Mercurial > emacs
changeset 102785:a16c6f2e8622
Fix last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 30 Mar 2009 01:15:08 +0000 |
parents | a4b64232b4e0 |
children | 0313327a13eb |
files | lisp/help-mode.el |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)