1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 00:10:48 -08:00

(Fignore_event): Doc fix.

This commit is contained in:
Richard M. Stallman 2003-05-19 14:38:44 +00:00
parent 439ad9ea83
commit 619ea8bebe

View file

@ -745,7 +745,7 @@ to that frame. */)
DEFUN ("ignore-event", Fignore_event, Signore_event, 0, 0, "",
doc: /* Do nothing, but preserve any prefix argument already specified.
This is a suitable binding for iconify-frame and make-frame-visible. */)
This is a suitable binding for `iconify-frame' and `make-frame-visible'. */)
()
{
current_kboard->Vprefix_arg = Vcurrent_prefix_arg;