diff options
| author | Chong Yidong | 2008-08-23 03:02:23 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-23 03:02:23 +0000 |
| commit | 5247a8e6de8a3ff082b6ef5a27fd2bfe9994959d (patch) | |
| tree | b4d8a8b0bef2ac49bbd59765221e8528326153e3 | |
| parent | 77eda496ae85168f69d80b7a47586acab8fe47ee (diff) | |
| download | emacs-5247a8e6de8a3ff082b6ef5a27fd2bfe9994959d.tar.gz emacs-5247a8e6de8a3ff082b6ef5a27fd2bfe9994959d.zip | |
(temp-buffer-show-hook): Doc fix.
| -rw-r--r-- | lisp/subr.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index b15e463693a..7c50f9415bd 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -2120,9 +2120,7 @@ BEG and END default respectively to the beginning and end of buffer." | |||
| 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. |