mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(ignore): Put doc string in right place.
This commit is contained in:
parent
a35ee4c367
commit
f9269e194c
@ -681,10 +681,10 @@ If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
|
||||
|
||||
;;;; Miscellanea.
|
||||
|
||||
(defun ignore (&rest ignore)
|
||||
(defun ignore (&rest ignore)
|
||||
"Do nothing and return nil.
|
||||
This function accepts any number of arguments, but ignores them."
|
||||
(interactive)
|
||||
"Do nothing.
|
||||
Accept any number of arguments, but ignore them."
|
||||
nil)
|
||||
|
||||
(defun error (&rest args)
|
||||
|
Loading…
Reference in New Issue
Block a user