diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-10-26 16:07:31 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-10-26 16:07:31 +0200 |
commit | a7ef684b4660596dc65eca2448b8dba334122e88 (patch) | |
tree | 02fdd43c3d7e7b63b29a18c64169e5e129f07754 /lisp/textmodes/reftex.el | |
parent | 5430d39930cee884e1434f91452241c26ae48692 (diff) | |
download | emacs-a7ef684b4660596dc65eca2448b8dba334122e88.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/textmodes/reftex.el')
-rw-r--r-- | lisp/textmodes/reftex.el | 2 |
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." ;;; (while all ;;; (when (and (eq (car (car all)) 'bof) ;;; (not (file-regular-p (nth 1 (car all))))) -;;; (message "File %s in saved parse info not avalable" (cdr (car all))) +;;; (message "File %s in saved parse info not available" (cdr (car all))) ;;; (error "File not found")) ;;; (setq all (cdr all)))) ) |