* help.el (help-window-setup-finish): Doc fix (Bug#5830).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 3 Apr 2010 23:40:20 +0000 (19:40 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 3 Apr 2010 23:40:20 +0000 (19:40 -0400)
Reported by monkey@sandpframing.com.

lisp/ChangeLog
lisp/help.el

index 911e447..ee9c899 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
+
+       * help.el (help-window-setup-finish): Doc fix (Bug#5830).
+       Reported by monkey@sandpframing.com.
+
 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
 
        * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
index 9fb993e..0c231a7 100644 (file)
@@ -1046,10 +1046,9 @@ scroll the \"other\" window."
 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