aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/reftex.el
diff options
context:
space:
mode:
authorJoakim Verona2011-10-27 11:15:25 +0200
committerJoakim Verona2011-10-27 11:15:25 +0200
commitb70516db12801e015c538c4e7eb44cb87316afc4 (patch)
treeb5ed66a971e6f55d0b4628f7a56316b0fa383ddc /lisp/textmodes/reftex.el
parent51a9916f39ce1cd562816a5429bc3cf6f407fabc (diff)
parent435c1d6793ce358f4d2c77c9e9c1ad81fd754651 (diff)
downloademacs-b70516db12801e015c538c4e7eb44cb87316afc4.tar.gz
emacs-b70516db12801e015c538c4e7eb44cb87316afc4.zip
upstream
Diffstat (limited to 'lisp/textmodes/reftex.el')
-rw-r--r--lisp/textmodes/reftex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index 6f6993980db..cef8a3d1548 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -1522,7 +1522,7 @@ Valid actions are: readable, restore, read, kill, write."
1522;;; (while all 1522;;; (while all
1523;;; (when (and (eq (car (car all)) 'bof) 1523;;; (when (and (eq (car (car all)) 'bof)
1524;;; (not (file-regular-p (nth 1 (car all))))) 1524;;; (not (file-regular-p (nth 1 (car all)))))
1525;;; (message "File %s in saved parse info not avalable" (cdr (car all))) 1525;;; (message "File %s in saved parse info not available" (cdr (car all)))
1526;;; (error "File not found")) 1526;;; (error "File not found"))
1527;;; (setq all (cdr all)))) 1527;;; (setq all (cdr all))))
1528 ) 1528 )