diff options
| author | Werner LEMBERG | 2005-03-25 10:08:35 +0000 |
|---|---|---|
| committer | Werner LEMBERG | 2005-03-25 10:08:35 +0000 |
| commit | f8b00e0f4a6140a6a390ffb97c8f984bbf7df2de (patch) | |
| tree | b3c1fc460b8d3520520a6bd38c1d8a2f4108b3f5 /lisp/textmodes/reftex.el | |
| parent | 2e8b9c7d513e2e1723f0cc69826bab378ebe63ff (diff) | |
| download | emacs-f8b00e0f4a6140a6a390ffb97c8f984bbf7df2de.tar.gz emacs-f8b00e0f4a6140a6a390ffb97c8f984bbf7df2de.zip | |
* textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
with `valid'.
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 68b3b408d60..865217dab08 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -1425,7 +1425,7 @@ Valid actions are: readable, restore, read, kill, write." | |||
| 1425 | 1425 | ||
| 1426 | (defun reftex-locate-file (file type master-dir &optional die) | 1426 | (defun reftex-locate-file (file type master-dir &optional die) |
| 1427 | "Find FILE of type TYPE in MASTER-DIR or on the path associcted with TYPE. | 1427 | "Find FILE of type TYPE in MASTER-DIR or on the path associcted with TYPE. |
| 1428 | If the file does not have any of the legal extensions for TYPE, | 1428 | If the file does not have any of the valid extensions for TYPE, |
| 1429 | try first the default extension and only then the naked file name. | 1429 | try first the default extension and only then the naked file name. |
| 1430 | When DIE is non-nil, throw an error if file not found." | 1430 | When DIE is non-nil, throw an error if file not found." |
| 1431 | (let* ((rec-values (if reftex-search-unrecursed-path-first '(nil t) '(t))) | 1431 | (let* ((rec-values (if reftex-search-unrecursed-path-first '(nil t) '(t))) |