# HG changeset patch # User Chong Yidong # Date 1270338020 14400 # Node ID 4a06b9752df5d193a0846b5a611fe5ea512bc172 # Parent 10464087f606f2352755fb7798760be47c83e59a * help.el (help-window-setup-finish): Doc fix (Bug#5830). Reported by monkey@sandpframing.com. diff -r 10464087f606 -r 4a06b9752df5 lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 03 04:16:16 2010 +0200 +++ b/lisp/ChangeLog Sat Apr 03 19:40:20 2010 -0400 @@ -1,3 +1,8 @@ +2010-04-03 Chong Yidong + + * help.el (help-window-setup-finish): Doc fix (Bug#5830). + Reported by monkey@sandpframing.com. + 2010-04-02 Juanma Barranquero * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members) diff -r 10464087f606 -r 4a06b9752df5 lisp/help.el --- a/lisp/help.el Sat Apr 03 04:16:16 2010 +0200 +++ b/lisp/help.el Sat Apr 03 19:40:20 2010 -0400 @@ -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