comparison lisp/subr.el @ 97625:cd9442c3d522

(temp-buffer-show-hook): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 23 Aug 2008 03:02:23 +0000
parents c3512b2085a0
children f9ed043c2ba6
comparison
equal deleted inserted replaced
97624:f989cc2bdbc7 97625:cd9442c3d522
2118 "Normal hook run by `suspend-emacs', after Emacs is continued.") 2118 "Normal hook run by `suspend-emacs', after Emacs is continued.")
2119 2119
2120 (defvar temp-buffer-show-hook nil 2120 (defvar temp-buffer-show-hook nil
2121 "Normal hook run by `with-output-to-temp-buffer' after displaying the buffer. 2121 "Normal hook run by `with-output-to-temp-buffer' after displaying the buffer.
2122 When the hook runs, the temporary buffer is current, and the window it 2122 When the hook runs, the temporary buffer is current, and the window it
2123 was displayed in is selected. This hook is normally set up with a 2123 was displayed in is selected.")
2124 function to make the buffer read only, and find function names and
2125 variable names in it, provided the major mode is still Help mode.")
2126 2124
2127 (defvar temp-buffer-setup-hook nil 2125 (defvar temp-buffer-setup-hook nil
2128 "Normal hook run by `with-output-to-temp-buffer' at the start. 2126 "Normal hook run by `with-output-to-temp-buffer' at the start.
2129 When the hook runs, the temporary buffer is current. 2127 When the hook runs, the temporary buffer is current.
2130 This hook is normally set up with a function to put the buffer in Help 2128 This hook is normally set up with a function to put the buffer in Help