emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99716: * help.el (help-window-set


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99716: * help.el (help-window-setup-finish): Doc fix (Bug#5830).
Date: Sat, 03 Apr 2010 19:40:20 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99716
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-04-03 19:40:20 -0400
message:
  * help.el (help-window-setup-finish): Doc fix (Bug#5830).
  Reported by address@hidden
modified:
  lisp/ChangeLog
  lisp/help.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-04-02 02:25:19 +0000
+++ b/lisp/ChangeLog    2010-04-03 23:40:20 +0000
@@ -1,3 +1,8 @@
+2010-04-03  Chong Yidong  <address@hidden>
+
+       * help.el (help-window-setup-finish): Doc fix (Bug#5830).
+       Reported by address@hidden
+
 2010-04-02  Juanma Barranquero  <address@hidden>
 
        * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)

=== modified file 'lisp/help.el'
--- a/lisp/help.el      2010-01-13 08:35:10 +0000
+++ b/lisp/help.el      2010-04-03 23:40:20 +0000
@@ -1046,10 +1046,9 @@
 Select WINDOW according to the value of `help-window-select'.
 Display message telling how to scroll and eventually quit WINDOW.
 
-Optional argument REUSE non-nil means WINDOW has been reused \(by
-`display-buffer'\) for displaying help.  Optional argument
-KEEP-FRAME non-nil means that quitting must no delete the frame
-of WINDOW."
+Optional argument REUSE non-nil means WINDOW has been reused by
+`display-buffer'.  Optional argument KEEP-FRAME non-nil means
+that quitting should not delete WINDOW's frame."
   (let ((number-of-windows
         (length (window-list (window-frame window) 'no-mini window))))
     (cond


reply via email to

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