comparison lisp/subr.el @ 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 5fcf0620b8d3
children 44ff33b29c3e
comparison
equal deleted inserted replaced
8210:a0fd123ca2a6 8211:08fb5e917205
679 (set-buffer-modified-p modified)))) 679 (set-buffer-modified-p modified))))
680 680
681 681
682 ;;;; Miscellanea. 682 ;;;; Miscellanea.
683 683
684 (defun ignore (&rest ignore) 684 (defun ignore (&rest ignore)
685 "Do nothing and return nil.
686 This function accepts any number of arguments, but ignores them."
685 (interactive) 687 (interactive)
686 "Do nothing.
687 Accept any number of arguments, but ignore them."
688 nil) 688 nil)
689 689
690 (defun error (&rest args) 690 (defun error (&rest args)
691 "Signal an error, making error message by passing all args to `format'." 691 "Signal an error, making error message by passing all args to `format'."
692 (while t 692 (while t