# HG changeset patch # User Richard M. Stallman # Date 1006769040 0 # Node ID cbb3e2c07f7aa3c18bbd38022871551df9438ac0 # Parent ab74aff7a61734980b2c9d99554fd83d03f6906d (describe-syntax): Put (interactive) after doc string. diff -r ab74aff7a617 -r cbb3e2c07f7a lisp/help-funs.el --- 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)