mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
(describe-syntax): Put (interactive) after doc string.
This commit is contained in:
parent
ec9164f3a6
commit
240cbfca03
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue