aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-03-08 00:11:59 -0800
committerGlenn Morris2013-03-08 00:11:59 -0800
commit48c6afa6a49e75912a43400a428111abb6e9f578 (patch)
tree7d2e7fb2b54b5116abbeae9baa87621759f3fe3f
parentc34ae9da52b85df92d8065cb35562879d3b2a460 (diff)
downloademacs-48c6afa6a49e75912a43400a428111abb6e9f578.tar.gz
emacs-48c6afa6a49e75912a43400a428111abb6e9f578.zip
Fix doc typo in previous change
-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