]> code.delx.au - gnu-emacs/blobdiff - lisp/subr.el
* lisp/subr.el (remq): Revert 2014-08-25 doc change (not always true).
[gnu-emacs] / lisp / subr.el
index 9accb9d36c51a57c8c124a15f9a9a801f580a523..c168cf5fdb29659299fa21f19f20ab272993d41b 100644 (file)
@@ -3102,6 +3102,11 @@ buffer temporarily current, and the window that was used to display it
 temporarily selected.  But it doesn't run `temp-buffer-show-hook'
 if it uses `temp-buffer-show-function'.
 
+By default, the setup hook puts the buffer into Help mode before running BODY.
+If BODY does not change the major mode, the show hook makes the buffer
+read-only, and scans it for function and variable names to make them into
+clickable cross-references.
+
 See the related form `with-temp-buffer-window'."
   (declare (debug t))
   (let ((old-dir (make-symbol "old-dir"))