summaryrefslogtreecommitdiff
path: root/lisp/textmodes/reftex-toc.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2005-01-16 02:37:50 +0000
committerMiles Bader <miles@gnu.org>2005-01-16 02:37:50 +0000
commit42187e99f8adc31d93d027b9017160731aab8972 (patch)
tree0c0517a5a9d716e9da72c1b60398bd3be783c648 /lisp/textmodes/reftex-toc.el
parent0530c67988156d503943a1a0d88fbe75e0c04cbc (diff)
downloademacs-42187e99f8adc31d93d027b9017160731aab8972.tar.gz
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40
Fix regressions from latest reftex update In the latest update to reftex from upstream, some changes in Emacs CVS (mostly maintenance stuff -- typos, whitespace, etc) were apparently lost. This changeset re-applies them.
Diffstat (limited to 'lisp/textmodes/reftex-toc.el')
-rw-r--r--lisp/textmodes/reftex-toc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el
index 0f0b72332b8..ed9746f8a69 100644
--- a/lisp/textmodes/reftex-toc.el
+++ b/lisp/textmodes/reftex-toc.el
@@ -754,13 +754,13 @@ if these sets are sorted blocks in the alist."
"Make sure all files of the document are being visited by buffers,
and that the scanning info is absolutely up to date.
We do this by rescanning with reftex-keep-temporary-buffers bound to t.
-The variable PRO-OR-DE is assumed to be dynamically scoped into thes function.
+The variable PRO-OR-DE is assumed to be dynamically scoped into this function.
When finished, we exit with an error message."
(let ((reftex-keep-temporary-buffers t))
(reftex-toc-Rescan)
(reftex-toc-restore-region start-line mark-line)
(throw 'exit
- (format "TOC had to be updated first. Please check selection and repeat the command." pro-or-de))))
+ "TOC had to be updated first. Please check selection and repeat the command.")))
(defun reftex-toc-rename-label ()
"Rename the currently selected label in the *TOC* buffer.