From 48c6afa6a49e75912a43400a428111abb6e9f578 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 8 Mar 2013 00:11:59 -0800 Subject: [PATCH] Fix doc typo in previous change --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." "Return regexp that matches the default tag at point. If there is no tag at point, return nil. -When in a major mode that does not provide it's own +When in a major mode that does not provide its own `find-tag-default-function', return a regexp that matches the symbol at point exactly." (let* ((tagf (or find-tag-default-function -- 2.39.2