Mercurial > emacs
changeset 80748:65ecef78be10
(temp-buffer-show-hook): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 23 Aug 2008 03:00:54 +0000 |
parents | 17c55d96e59b |
children | bf6fef40703d |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.