changeset 8211:08fb5e917205

(ignore): Put doc string in right place.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Jul 1994 01:06:27 +0000
parents a0fd123ca2a6
children a8ed7164a837
files lisp/subr.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Tue Jul 12 00:47:17 1994 +0000
+++ b/lisp/subr.el	Tue Jul 12 01:06:27 1994 +0000
@@ -681,10 +681,10 @@
 
 ;;;; 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)