aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-02-20 03:48:32 +0000
committerLuc Teirlinck2004-02-20 03:48:32 +0000
commit47f8b8f126d841a9c8150b2039b2294a0002ec9b (patch)
tree912ce512abde2da757bbc46ff19292a8b30eb045
parent1d5c2b92a6a48f97274056b3a2d7ac95f7e186cd (diff)
downloademacs-47f8b8f126d841a9c8150b2039b2294a0002ec9b.tar.gz
emacs-47f8b8f126d841a9c8150b2039b2294a0002ec9b.zip
(describe-categories): Doc fix.
-rw-r--r--lisp/help-fns.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 9769d613cbc..4201a3de1a5 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -544,7 +544,9 @@ BUFFER defaults to the current buffer."
544;;;###autoload 544;;;###autoload
545(defun describe-categories (&optional buffer) 545(defun describe-categories (&optional buffer)
546 "Describe the category specifications in the current category table. 546 "Describe the category specifications in the current category table.
547The descriptions are inserted in a buffer, which is then displayed." 547The descriptions are inserted in a buffer, which is then displayed.
548If BUFFER is non-nil, then describe BUFFER's category table instead.
549BUFFER should be a buffer or a buffer name."
548 (interactive) 550 (interactive)
549 (setq buffer (or buffer (current-buffer))) 551 (setq buffer (or buffer (current-buffer)))
550 (help-setup-xref (list #'describe-categories buffer) (interactive-p)) 552 (help-setup-xref (list #'describe-categories buffer) (interactive-p))