emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp help-mode.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp help-mode.el
Date: Mon, 30 Mar 2009 01:15:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/03/30 01:15:08

Modified files:
        lisp           : help-mode.el 

Log message:
        Fix last change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/help-mode.el?cvsroot=emacs&r1=1.66&r2=1.67

Patches:
Index: help-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/help-mode.el,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- help-mode.el        30 Mar 2009 01:06:27 -0000      1.66
+++ help-mode.el        30 Mar 2009 01:15:08 -0000      1.67
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]