]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-categories): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 20 Feb 2004 03:48:32 +0000 (03:48 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 20 Feb 2004 03:48:32 +0000 (03:48 +0000)
lisp/help-fns.el

index 9769d613cbc8a9f081ba1363f1acf11d7298afdf..4201a3de1a5357c57fdf54e3fece06156559c98d 100644 (file)
@@ -544,7 +544,9 @@ BUFFER defaults to the current buffer."
 ;;;###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))