]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-syntax): Put (interactive) after doc string.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Nov 2001 10:04:00 +0000 (10:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Nov 2001 10:04:00 +0000 (10:04 +0000)
lisp/help-funs.el

index 62049971d3f9ee331d334719fb91af1ae0d60d62..48fef4c42fead4f48a11d30b85b06ae34f2578f7 100644 (file)
@@ -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)