# HG changeset patch # User Chong Yidong # Date 1238375708 0 # Node ID a16c6f2e862265cbbfca7befc3e22c4a515294f9 # Parent a4b64232b4e09f4d953dd10e6fa16b00ccbd06a5 Fix last change. diff -r a4b64232b4e0 -r a16c6f2e8622 lisp/help-mode.el --- a/lisp/help-mode.el Mon Mar 30 01:06:27 2009 +0000 +++ b/lisp/help-mode.el Mon Mar 30 01:15:08 2009 +0000 @@ -358,10 +358,11 @@ ;;;###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)