# HG changeset patch # User Chong Yidong # Date 1219460543 0 # Node ID cd9442c3d522bf81b72506a9601783748088f39e # Parent f989cc2bdbc7f8d8df71f2ef4646e1c82a4fd38d (temp-buffer-show-hook): Doc fix. diff -r f989cc2bdbc7 -r cd9442c3d522 lisp/subr.el --- a/lisp/subr.el Sat Aug 23 03:02:15 2008 +0000 +++ b/lisp/subr.el Sat Aug 23 03:02:23 2008 +0000 @@ -2120,9 +2120,7 @@ (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.