diff options
| -rw-r--r-- | lisp/subr.el | 2 |
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. |
| 2702 | If there is no tag at point, return nil. | 2702 | If there is no tag at point, return nil. |
| 2703 | 2703 | ||
| 2704 | When in a major mode that does not provide it's own | 2704 | When 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 |
| 2706 | symbol at point exactly." | 2706 | symbol at point exactly." |
| 2707 | (let* ((tagf (or find-tag-default-function | 2707 | (let* ((tagf (or find-tag-default-function |