changeset 37162:0b99eb07fc17

(checkdoc-common-verbs-wrong-voice): Add an antry for ``converts''.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 03 Apr 2001 13:22:07 +0000
parents 1039e26f5a8e
children e563147d81e5
files lisp/emacs-lisp/checkdoc.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el	Tue Apr 03 13:10:43 2001 +0000
+++ b/lisp/emacs-lisp/checkdoc.el	Tue Apr 03 13:22:07 2001 +0000
@@ -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 @@
     ("changes" . "change")
     ("checks" . "check")
     ("contains" . "contain")
+    ("converts" . "convert")
     ("creates" . "create")
     ("destroys" . "destroy")
     ("disables" . "disable")