# HG changeset patch # User Andreas Schwab # Date 1076279398 0 # Node ID f2815a01829d34afe534962a1fcf85119d37589a # Parent 823980f7d612d0ea4ca5f530b53c3e44ae10999f (reftex-toc-load-all-files-for-promotion): Remove useless use of format. Doc fix. diff -r 823980f7d612 -r f2815a01829d lisp/textmodes/reftex-toc.el --- a/lisp/textmodes/reftex-toc.el Sun Feb 08 20:15:45 2004 +0000 +++ b/lisp/textmodes/reftex-toc.el Sun Feb 08 22:29:58 2004 +0000 @@ -1,5 +1,5 @@ ;;; reftex-toc.el --- RefTeX's table of contents mode -;; Copyright (c) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc. +;; Copyright (c) 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc. ;; Author: Carsten Dominik ;; Version: 4.21 @@ -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.