diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-04-03 13:22:07 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-04-03 13:22:07 +0000 |
commit | 1bd6facc632c194ae21a0c97ab2c99af98605e54 (patch) | |
tree | 71aa5fab893360014d97a69883b98accdb31f3d1 /lisp/emacs-lisp | |
parent | 20b5dc4aba9dfc75e4d877d1684be6d7e84c8094 (diff) | |
download | emacs-1bd6facc632c194ae21a0c97ab2c99af98605e54.tar.gz |
(checkdoc-common-verbs-wrong-voice): Add
an antry for ``converts''.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 08393286d5b..a2bca2a9b47 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -1,6 +1,6 @@ ;;; checkdoc --- Check documentation strings for style requirements -;;; Copyright (C) 1997, 1998 Free Software Foundation +;;; Copyright (C) 1997, 1998, 2001 Free Software Foundation ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.6.2 @@ -340,6 +340,7 @@ This should be set in an Emacs Lisp file's local variables." ("changes" . "change") ("checks" . "check") ("contains" . "contain") + ("converts" . "convert") ("creates" . "create") ("destroys" . "destroy") ("disables" . "disable") |