# HG changeset patch # User Richard M. Stallman # Date 773975187 0 # Node ID 08fb5e9172051a83981557ad10428bd0306cba15 # Parent a0fd123ca2a639d227e6e11e616a74ffe61f60d4 (ignore): Put doc string in right place. diff -r a0fd123ca2a6 -r 08fb5e917205 lisp/subr.el --- 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)