# HG changeset patch # User Chong Yidong # Date 1219460454 0 # Node ID 65ecef78be10a9dc151dec36da668ee39888121b # Parent 17c55d96e59bad8707a3b660cdf666d8bbf69119 (temp-buffer-show-hook): Doc fix. diff -r 17c55d96e59b -r 65ecef78be10 lisp/subr.el --- a/lisp/subr.el Sat Aug 23 03:00:29 2008 +0000 +++ b/lisp/subr.el Sat Aug 23 03:00:54 2008 +0000 @@ -2023,9 +2023,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.