]> git.eshelyaron.com Git - emacs.git/commitdiff
(temp-buffer-show-hook): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 23 Aug 2008 03:02:23 +0000 (03:02 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 23 Aug 2008 03:02:23 +0000 (03:02 +0000)
lisp/subr.el

index b15e463693a02b24f7788aff44c8897b463fa103..7c50f9415bdc76a2ca740686aac6d62ee79fc1eb 100644 (file)
@@ -2120,9 +2120,7 @@ BEG and END default respectively to the beginning and end of buffer."
 (defvar temp-buffer-show-hook nil
   "Normal hook run by `with-output-to-temp-buffer' after displaying the 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 still Help mode.")
+was displayed in is selected.")
 
 (defvar temp-buffer-setup-hook nil
   "Normal hook run by `with-output-to-temp-buffer' at the start.