diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-02-12 18:40:43 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-02-12 18:40:43 -0500 |
commit | 84eb0351d8be4811897c8cf62a69757ff5d14001 (patch) | |
tree | 80162dabf78b97982b32679e2cb7e377d5b12d01 /lisp/emacs-lisp/checkdoc.el | |
parent | cdfa139da44fd9b1a5425400635e474e85d866f4 (diff) | |
parent | 165bc5a066990bace024c04ba431f140a25d0bfd (diff) | |
download | emacs-84eb0351d8be4811897c8cf62a69757ff5d14001.tar.gz emacs-84eb0351d8be4811897c8cf62a69757ff5d14001.tar.bz2 emacs-84eb0351d8be4811897c8cf62a69757ff5d14001.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)) |