]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/checkdoc.el
Merge changes from emacs-23 branch
[gnu-emacs] / lisp / emacs-lisp / checkdoc.el
index 2d3b228cbd44aaf8e861db32ca5d01dd5b4b19e3..9880e2918b0e0814cd49d0c2dae4a49b8abb0b1d 100644 (file)
@@ -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))