aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/reftex.el
diff options
context:
space:
mode:
authorWerner LEMBERG2005-03-25 10:08:35 +0000
committerWerner LEMBERG2005-03-25 10:08:35 +0000
commitf8b00e0f4a6140a6a390ffb97c8f984bbf7df2de (patch)
treeb3c1fc460b8d3520520a6bd38c1d8a2f4108b3f5 /lisp/textmodes/reftex.el
parent2e8b9c7d513e2e1723f0cc69826bab378ebe63ff (diff)
downloademacs-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.el2
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.
1428If the file does not have any of the legal extensions for TYPE, 1428If the file does not have any of the valid extensions for TYPE,
1429try first the default extension and only then the naked file name. 1429try first the default extension and only then the naked file name.
1430When DIE is non-nil, throw an error if file not found." 1430When 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)))