Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 30 Mar 2009 01:15:08 +0000 (01:15 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 30 Mar 2009 01:15:08 +0000 (01:15 +0000)
lisp/help-mode.el

index bbd1dfe..91fb4f9 100644 (file)
@@ -358,10 +358,11 @@ 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."
+  "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)