]> git.eshelyaron.com Git - emacs.git/commitdiff
(ignore): Put doc string in right place.
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Jul 1994 01:06:27 +0000 (01:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Jul 1994 01:06:27 +0000 (01:06 +0000)
lisp/subr.el

index 9df68710c2c2e2976c49f3d2ce2aedbc5b90027d..e1585f9dd71537465b9fd919e8eb9cda999ed9f0 100644 (file)
@@ -681,10 +681,10 @@ If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
 \f
 ;;;; 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)