aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help-mode.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index bbd1dfec131..91fb4f99257 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -358,10 +358,11 @@ restore it properly when going back."
358 358
359;;;###autoload 359;;;###autoload
360(defun help-buffer () 360(defun help-buffer ()
361 "Return a buffer for inserting help. 361 "Return the name of a buffer for inserting help.
362If `help-xref-following' is non-nil, this is the current buffer. 362If `help-xref-following' is non-nil, this is the name of the
363Otherwise, it is the buffer named *Help*. If no such buffer 363current buffer.
364currently exists, it is created." 364Otherwise, it is *Help*; if no buffer with that name currently
365exists, it is created."
365 (buffer-name ;for with-output-to-temp-buffer 366 (buffer-name ;for with-output-to-temp-buffer
366 (if help-xref-following 367 (if help-xref-following
367 (current-buffer) 368 (current-buffer)