From c1836fc4fc24584f758c7bb07cd19e2161ca1fc3 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Thu, 14 Jun 2007 12:06:05 +0000 Subject: [PATCH] muse: Docfix in muse-with-temp-buffer 2007-06-14 Michael Olson * lisp/muse.el (muse-with-temp-buffer): Docfix. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-352 --- ChangeLog | 2 ++ lisp/muse.el | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ffc884a..64a4077 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ same thing as C-c C-S-t, since the former works better in the console. Thanks to Leo for the suggestion. + * lisp/muse.el (muse-with-temp-buffer): Docfix. + * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t keybinding. diff --git a/lisp/muse.el b/lisp/muse.el index 25023d7..274eb06 100644 --- a/lisp/muse.el +++ b/lisp/muse.el @@ -251,7 +251,10 @@ All this means is that certain extensions, like .gz, are removed." See also `with-temp-file' and `with-output-to-string'. Unlike `with-temp-buffer', this will never attempt to save the temp buffer. -It is meant to be used along with `insert-file-contents'." +It is meant to be used along with `insert-file-contents'. + +Additionally, if `debug-on-error' is set to t, keep the buffer +around for debugging purposes rather than removing it." (let ((temp-buffer (make-symbol "temp-buffer"))) `(let ((,temp-buffer (generate-new-buffer " *muse-temp*"))) (unwind-protect -- 2.11.4.GIT