# HG changeset patch # User Gerd Moellmann # Date 986304127 0 # Node ID 0b99eb07fc17bbfb06a42310d6a4055e2f79e97f # Parent 1039e26f5a8e9c2ac843926cfb93669d002808a5 (checkdoc-common-verbs-wrong-voice): Add an antry for ``converts''. diff -r 1039e26f5a8e -r 0b99eb07fc17 lisp/emacs-lisp/checkdoc.el --- 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 ;; Version: 0.6.2 @@ -340,6 +340,7 @@ ("changes" . "change") ("checks" . "check") ("contains" . "contain") + ("converts" . "convert") ("creates" . "create") ("destroys" . "destroy") ("disables" . "disable")