aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-23 03:00:54 +0000
committerChong Yidong2008-08-23 03:00:54 +0000
commitbf61d062a4ccac6ee5c9f7d9953ab5c314dd8a9c (patch)
treee63357950f9e271f06e8eca94a0d40bf4c4ea90d
parent8dbff597e6ac13fbf54762fb6a43ad44e7d7dcac (diff)
downloademacs-bf61d062a4ccac6ee5c9f7d9953ab5c314dd8a9c.tar.gz
emacs-bf61d062a4ccac6ee5c9f7d9953ab5c314dd8a9c.zip
(temp-buffer-show-hook): Doc fix.
-rw-r--r--lisp/subr.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 3737df9953d..0677f687180 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2023,9 +2023,7 @@ BEG and END default respectively to the beginning and end of buffer."
2023(defvar temp-buffer-show-hook nil 2023(defvar temp-buffer-show-hook nil
2024 "Normal hook run by `with-output-to-temp-buffer' after displaying the buffer. 2024 "Normal hook run by `with-output-to-temp-buffer' after displaying the buffer.
2025When the hook runs, the temporary buffer is current, and the window it 2025When the hook runs, the temporary buffer is current, and the window it
2026was displayed in is selected. This hook is normally set up with a 2026was displayed in is selected.")
2027function to make the buffer read only, and find function names and
2028variable names in it, provided the major mode is still Help mode.")
2029 2027
2030(defvar temp-buffer-setup-hook nil 2028(defvar temp-buffer-setup-hook nil
2031 "Normal hook run by `with-output-to-temp-buffer' at the start. 2029 "Normal hook run by `with-output-to-temp-buffer' at the start.