/[emacs]/emacs/lisp/emacs-lisp/checkdoc.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/checkdoc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27.2.6 by miles, Tue May 11 02:33:53 2004 UTC revision 1.27.2.7 by miles, Thu Sep 16 00:14:59 2004 UTC
# Line 1561  mouse-[0-3]\\)\\)\\>")) Line 1561  mouse-[0-3]\\)\\)\\>"))
1561       ;; to describe the most important commands in your major mode, and       ;; to describe the most important commands in your major mode, and
1562       ;; then use `\\{...}' to display the rest of the mode's keymap.       ;; then use `\\{...}' to display the rest of the mode's keymap.
1563       (save-excursion       (save-excursion
1564         (if (re-search-forward "\\\\\\\\\\[\\w+" e t         (if (and (re-search-forward "\\\\\\\\\\[\\w+" e t
1565                                (1+ checkdoc-max-keyref-before-warn))                                     (1+ checkdoc-max-keyref-before-warn))
1566                    (not (re-search-forward "\\\\\\\\{\\w+}" e t)))
1567             (checkdoc-create-error             (checkdoc-create-error
1568              "Too many occurrences of \\[function].  Use \\{keymap} instead"              "Too many occurrences of \\[function].  Use \\{keymap} instead"
1569              s (marker-position e))))              s (marker-position e))))

Legend:
Removed from v.1.27.2.6  
changed lines
  Added in v.1.27.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26