diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-02-12 19:16:28 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-02-12 19:16:28 -0500 |
commit | e730aabed55f3b65020672f1d58afc55fda4eef2 (patch) | |
tree | db931d6586b8ce49b8428fcc45c83825b2c60252 /lisp/emacs-lisp/checkdoc.el | |
parent | d0ba09dcd877f4e8b6b7643c69d596ac88b545bc (diff) | |
parent | 84eb0351d8be4811897c8cf62a69757ff5d14001 (diff) | |
download | emacs-e730aabed55f3b65020672f1d58afc55fda4eef2.tar.gz emacs-e730aabed55f3b65020672f1d58afc55fda4eef2.tar.bz2 emacs-e730aabed55f3b65020672f1d58afc55fda4eef2.zip |
Merge changes from emacs-23 branch
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 2d3b228cbd4..9880e2918b0 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -1797,7 +1797,7 @@ Replace with \"%s\"? " original replace) (let ((found nil) (start (point)) (msg nil) (ms nil)) (while (and (not msg) (re-search-forward - ;; Ignore manual page refereces like + ;; Ignore manual page references like ;; git-config(1). "[^-([`':a-zA-Z]\\(\\w+[:-]\\(\\w\\|\\s_\\)+\\)[^](']" e t)) |