]> code.delx.au - gnu-emacs/blobdiff - lisp/help-mode.el
(mailclient-send-it): Fix message.
[gnu-emacs] / lisp / help-mode.el
index d1e89705077298581ff89cfda0248934113e5c2c..91fb4f9925754d9e3695ff209af4516015f05c9e 100644 (file)
@@ -358,6 +358,11 @@ restore it properly when going back."
 
 ;;;###autoload
 (defun help-buffer ()
+  "Return the name of a buffer for inserting help.
+If `help-xref-following' is non-nil, this is the name of the
+current buffer.
+Otherwise, it is *Help*; if no buffer with that name currently
+exists, it is created."
   (buffer-name                         ;for with-output-to-temp-buffer
    (if help-xref-following
        (current-buffer)