diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-23 03:03:56 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-23 03:03:56 +0000 |
commit | 6733e8271acee7cc9d5aadbe8c424a0c73885e7a (patch) | |
tree | 0f5e23e4becd1cf12836eea38898ea2f4366c198 /doc | |
parent | 852e91b78c0cacef8319c01bea06ad498bf4eca1 (diff) | |
download | emacs-6733e8271acee7cc9d5aadbe8c424a0c73885e7a.tar.gz |
(Temporary Displays): Remove unnecessary comment about usage of
temp-buffer-show-hook.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/display.texi | 5 |
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. @defvar temp-buffer-show-hook This normal hook is run by @code{with-output-to-temp-buffer} after displaying the temporary 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 Help mode. +is current, and the window it was displayed in is selected. @end defvar @defun momentary-string-display string position &optional char message |