diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-04-03 19:40:20 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-04-03 19:40:20 -0400 |
commit | 6baa27a2b2525ac7dee5fb425f1ac26ece0c0e0d (patch) | |
tree | 236d2ad4137b87104d06ebbedab5fd03205e0103 /lisp/help.el | |
parent | 6f5b06547bade0b1c146795b84ca15d7ee8ad2a6 (diff) | |
download | emacs-6baa27a2b2525ac7dee5fb425f1ac26ece0c0e0d.tar.gz emacs-6baa27a2b2525ac7dee5fb425f1ac26ece0c0e0d.tar.bz2 emacs-6baa27a2b2525ac7dee5fb425f1ac26ece0c0e0d.zip |
* help.el (help-window-setup-finish): Doc fix (Bug#5830).
Reported by monkey@sandpframing.com.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/help.el b/lisp/help.el index 9fb993e7173..0c231a78b91 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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 |