changeset 41540:cbb3e2c07f7a

(describe-syntax): Put (interactive) after doc string.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Nov 2001 10:04:00 +0000
parents ab74aff7a617
children 9736d12fa64c
files lisp/help-funs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help-funs.el	Mon Nov 26 07:36:35 2001 +0000
+++ b/lisp/help-funs.el	Mon Nov 26 10:04:00 2001 +0000
@@ -438,10 +438,10 @@
 
 ;;;###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)