Mercurial > emacs
changeset 97625:cd9442c3d522
(temp-buffer-show-hook): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 23 Aug 2008 03:02:23 +0000 |
parents | f989cc2bdbc7 |
children | e7394291152a |
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: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.