diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-07 18:32:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-07 18:32:26 +0000 |
commit | 7f7436bac3538c1264a10d623c31b4b26f601b57 (patch) | |
tree | a22163f93257f870f7d7ccfab09c54a7953e23a3 | |
parent | e0fdbababfd9a016e058bcef43d0837bad7f43d8 (diff) | |
download | emacs-7f7436bac3538c1264a10d623c31b4b26f601b57.tar.gz |
(etags-recognize-tags-table): Fix misspelling of
find-tag-regexp-next-line-after-failure-p.
-rw-r--r-- | lisp/progmodes/etags.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 158885c1887..9b9b6bf2755 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -879,7 +879,7 @@ See documentation of variable `tags-file-name'." (goto-tag-location-function . etags-goto-tag-location) (find-tag-regexp-search-function . re-search-forward) (find-tag-regexp-tag-order . (tag-re-match-p)) - (find-tag-regexp-next-line-after-failuire-p . t) + (find-tag-regexp-next-line-after-failure-p . t) (find-tag-search-function . search-forward) (find-tag-tag-order . (tag-exact-match-p tag-word-match-p tag-any-match-p)) |