From: Richard M. Stallman Date: Mon, 26 Nov 2001 10:04:00 +0000 (+0000) Subject: (describe-syntax): Put (interactive) after doc string. X-Git-Tag: ttn-vms-21-2-B4~18150 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=240cbfca032e4ecfb0b95b68424319b89215d27e;p=emacs.git (describe-syntax): Put (interactive) after doc string. --- diff --git a/lisp/help-funs.el b/lisp/help-funs.el index 62049971d3f..48fef4c42fe 100644 --- a/lisp/help-funs.el +++ b/lisp/help-funs.el @@ -438,10 +438,10 @@ it is displayed along with the global value." ;;;###autoload (defun describe-syntax (&optional buffer) - (interactive) "Describe the syntax specifications in the syntax table of BUFFER. The descriptions are inserted in a help buffer, which is then displayed. BUFFER defaults to the current buffer." + (interactive) (setq buffer (or buffer (current-buffer))) (help-setup-xref (list #'describe-syntax buffer) (interactive-p)) (with-output-to-temp-buffer (help-buffer)