1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

(help-buffer): Add docstring.

This commit is contained in:
Chong Yidong 2009-03-30 01:06:27 +00:00
parent c2ba9ee0b0
commit f1389359d0

View File

@ -358,6 +358,10 @@ restore it properly when going back."
;;;###autoload
(defun help-buffer ()
"Return a buffer for inserting help.
If `help-xref-following' is non-nil, this is the current buffer.
Otherwise, it is the buffer named *Help*. If no such buffer
currently exists, it is created."
(buffer-name ;for with-output-to-temp-buffer
(if help-xref-following
(current-buffer)