From f9269e194ce9107d01939a96e39f3e89a15d3815 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 12 Jul 1994 01:06:27 +0000 Subject: [PATCH] (ignore): Put doc string in right place. --- lisp/subr.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.5