summaryrefslogtreecommitdiff
path: root/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/manual/etags/el-src/emacs/lisp/progmodes/etags.el')
-rw-r--r--test/manual/etags/el-src/emacs/lisp/progmodes/etags.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el b/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el
index 36f6624472d..86cc8825466 100644
--- a/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el
+++ b/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el
@@ -732,7 +732,7 @@ Returns t if it visits a tags table, or nil if there are no more in the list."
"Return the file name of the file whose tags point is within.
Assumes the tags table is the current buffer.
If RELATIVE is non-nil, file name returned is relative to tags
-table file's directory. If RELATIVE is nil, file name returned
+table file's directory. If RELATIVE is nil, file name returned
is complete."
(funcall file-of-tag-function relative))