From: Richard M. Stallman Date: Tue, 12 Jul 1994 01:06:27 +0000 (+0000) Subject: (ignore): Put doc string in right place. X-Git-Tag: emacs-19.34~7642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9269e194ce9107d01939a96e39f3e89a15d3815;p=emacs.git (ignore): Put doc string in right place. --- diff --git a/lisp/subr.el b/lisp/subr.el index 9df68710c2c..e1585f9dd71 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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)