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:
parent
c2ba9ee0b0
commit
f1389359d0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user