diff options
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." | |||
| 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 | ) |