changeset 54092:bce4d57a18d7

(describe-categories): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 20 Feb 2004 03:48:32 +0000
parents 15dabc5988ff
children 5770758d2ad1
files lisp/help-fns.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help-fns.el	Fri Feb 20 03:40:19 2004 +0000
+++ b/lisp/help-fns.el	Fri Feb 20 03:48:32 2004 +0000
@@ -544,7 +544,9 @@
 ;;;###autoload
 (defun describe-categories (&optional buffer)
   "Describe the category specifications in the current category table.
-The descriptions are inserted in a buffer, which is then displayed."
+The descriptions are inserted in a buffer, which is then displayed.
+If BUFFER is non-nil, then describe BUFFER's category table instead.
+BUFFER should be a buffer or a buffer name."
   (interactive)
   (setq buffer (or buffer (current-buffer)))
   (help-setup-xref (list #'describe-categories buffer) (interactive-p))