diff options
| author | Glenn Morris | 2013-03-08 00:11:59 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-03-08 00:11:59 -0800 |
| commit | 48c6afa6a49e75912a43400a428111abb6e9f578 (patch) | |
| tree | 7d2e7fb2b54b5116abbeae9baa87621759f3fe3f | |
| parent | c34ae9da52b85df92d8065cb35562879d3b2a460 (diff) | |
| download | emacs-48c6afa6a49e75912a43400a428111abb6e9f578.tar.gz emacs-48c6afa6a49e75912a43400a428111abb6e9f578.zip | |
Fix doc typo in previous change
| -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 |