aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 6c7257ad987..9a7b94208fe 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2701,7 +2701,7 @@ If there is no plausible default, return nil."
2701 "Return regexp that matches the default tag at point. 2701 "Return regexp that matches the default tag at point.
2702If there is no tag at point, return nil. 2702If there is no tag at point, return nil.
2703 2703
2704When in a major mode that does not provide it's own 2704When in a major mode that does not provide its own
2705`find-tag-default-function', return a regexp that matches the 2705`find-tag-default-function', return a regexp that matches the
2706symbol at point exactly." 2706symbol at point exactly."
2707 (let* ((tagf (or find-tag-default-function 2707 (let* ((tagf (or find-tag-default-function