diff lisp/textmodes/reftex-toc.el @ 59579:a588c86a429c

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.
author Miles Bader <miles@gnu.org>
date Sun, 16 Jan 2005 02:37:50 +0000
parents 9bad65481674
children 35f6599373fc cb67264d6096
line wrap: on
line diff
--- a/lisp/textmodes/reftex-toc.el	Sun Jan 16 00:39:04 2005 +0000
+++ b/lisp/textmodes/reftex-toc.el	Sun Jan 16 02:37:50 2005 +0000
@@ -754,13 +754,13 @@
   "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.