diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/reftex-parse.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index 90a0ae3e6cf..a03c5b6646b 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el | |||
| @@ -171,6 +171,7 @@ | |||
| 171 | reftex-everything-regexp | 171 | reftex-everything-regexp |
| 172 | reftex-everything-regexp-no-index)) | 172 | reftex-everything-regexp-no-index)) |
| 173 | 173 | ||
| 174 | ;;;###autoload | ||
| 174 | (defun reftex-all-document-files (&optional relative) | 175 | (defun reftex-all-document-files (&optional relative) |
| 175 | "Return a list of all files belonging to the current document. | 176 | "Return a list of all files belonging to the current document. |
| 176 | When RELATIVE is non-nil, give file names relative to directory | 177 | When RELATIVE is non-nil, give file names relative to directory |