1
0
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:
Richard M. Stallman 1994-07-12 01:06:27 +00:00
parent a35ee4c367
commit f9269e194c

View File

@ -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)