From: Chong Yidong Date: Sat, 23 Aug 2008 03:00:54 +0000 (+0000) Subject: (temp-buffer-show-hook): Doc fix. X-Git-Tag: emacs-pretest-22.2.91~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf61d062a4ccac6ee5c9f7d9953ab5c314dd8a9c;p=emacs.git (temp-buffer-show-hook): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index 3737df9953d..0677f687180 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2023,9 +2023,7 @@ BEG and END default respectively to the beginning and end of buffer." (defvar temp-buffer-show-hook nil "Normal hook run by `with-output-to-temp-buffer' after displaying the buffer. When the hook runs, the temporary buffer is current, and the window it -was displayed in is selected. This hook is normally set up with a -function to make the buffer read only, and find function names and -variable names in it, provided the major mode is still Help mode.") +was displayed in is selected.") (defvar temp-buffer-setup-hook nil "Normal hook run by `with-output-to-temp-buffer' at the start.