# HG changeset patch # User Luc Teirlinck # Date 1077248912 0 # Node ID bce4d57a18d7c57ee0eaa3c4290314d32d2f8fc5 # Parent 15dabc5988ff7be3478a01aee10b1bdad833be33 (describe-categories): Doc fix. diff -r 15dabc5988ff -r bce4d57a18d7 lisp/help-fns.el --- 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))