aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong2008-08-23 03:03:56 +0000
committerChong Yidong2008-08-23 03:03:56 +0000
commit6733e8271acee7cc9d5aadbe8c424a0c73885e7a (patch)
tree0f5e23e4becd1cf12836eea38898ea2f4366c198 /doc
parent852e91b78c0cacef8319c01bea06ad498bf4eca1 (diff)
downloademacs-6733e8271acee7cc9d5aadbe8c424a0c73885e7a.tar.gz
emacs-6733e8271acee7cc9d5aadbe8c424a0c73885e7a.zip
(Temporary Displays): Remove unnecessary comment about usage of
temp-buffer-show-hook.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index eeed3821677..be249d3a4d6 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -1079,10 +1079,7 @@ buffer in Help mode.
1079@defvar temp-buffer-show-hook 1079@defvar temp-buffer-show-hook
1080This normal hook is run by @code{with-output-to-temp-buffer} after 1080This normal hook is run by @code{with-output-to-temp-buffer} after
1081displaying the temporary buffer. When the hook runs, the temporary buffer 1081displaying the temporary buffer. When the hook runs, the temporary buffer
1082is current, and the window it was displayed in is selected. This hook 1082is current, and the window it was displayed in is selected.
1083is normally set up with a function to make the buffer read only, and
1084find function names and variable names in it, provided the major mode
1085is Help mode.
1086@end defvar 1083@end defvar
1087 1084
1088@defun momentary-string-display string position &optional char message 1085@defun momentary-string-display string position &optional char message