# HG changeset patch # User Chong Yidong # Date 1238375187 0 # Node ID a4b64232b4e09f4d953dd10e6fa16b00ccbd06a5 # Parent 537208bc8c70dee7dd510fa43edfba2cc04acf49 (help-buffer): Add docstring. diff -r 537208bc8c70 -r a4b64232b4e0 lisp/help-mode.el --- a/lisp/help-mode.el Mon Mar 30 01:06:14 2009 +0000 +++ b/lisp/help-mode.el Mon Mar 30 01:06:27 2009 +0000 @@ -358,6 +358,10 @@ ;;;###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)