emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117440: * lisp/subr.el (with-output-to-temp-buff


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117440: * lisp/subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
Date: Mon, 11 Aug 2014 01:13:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117440
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sun 2014-08-10 18:13:38 -0700
message:
  * lisp/subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/subr.el                   subr.el-20091113204419-o5vbwnq5f7feedwu-151
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-08-11 00:38:19 +0000
+++ b/lisp/ChangeLog    2014-08-11 01:13:38 +0000
@@ -1,5 +1,7 @@
 2014-08-11  Glenn Morris  <address@hidden>
 
+       * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
+
        * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
        chose coding system for writing before backing up, since it causes
        a more serious problem than the one it solves.  (Closes Bug#18141,

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2014-06-26 19:00:42 +0000
+++ b/lisp/subr.el      2014-08-11 01:13:38 +0000
@@ -3099,6 +3099,11 @@
 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"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]