]> git.eshelyaron.com Git - emacs.git/commitdiff
(checkdoc-common-verbs-wrong-voice): Add
authorGerd Moellmann <gerd@gnu.org>
Tue, 3 Apr 2001 13:22:07 +0000 (13:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 3 Apr 2001 13:22:07 +0000 (13:22 +0000)
an antry for ``converts''.

lisp/emacs-lisp/checkdoc.el

index 08393286d5b63fda890ea6837df8ff8d29cf5e61..a2bca2a9b477112696877b969a702582cc8ec9d6 100644 (file)
@@ -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")