comparison lisp/emacs-lisp/checkdoc.el @ 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 07c7cb89c236
children 71d360920aad
comparison
equal deleted inserted replaced
37161:1039e26f5a8e 37162:0b99eb07fc17
1 ;;; checkdoc --- Check documentation strings for style requirements 1 ;;; checkdoc --- Check documentation strings for style requirements
2 2
3 ;;; Copyright (C) 1997, 1998 Free Software Foundation 3 ;;; Copyright (C) 1997, 1998, 2001 Free Software Foundation
4 4
5 ;; Author: Eric M. Ludlam <zappo@gnu.org> 5 ;; Author: Eric M. Ludlam <zappo@gnu.org>
6 ;; Version: 0.6.2 6 ;; Version: 0.6.2
7 ;; Keywords: docs, maint, lisp 7 ;; Keywords: docs, maint, lisp
8 8
338 ("calls" . "call") 338 ("calls" . "call")
339 ("catches" . "catch") 339 ("catches" . "catch")
340 ("changes" . "change") 340 ("changes" . "change")
341 ("checks" . "check") 341 ("checks" . "check")
342 ("contains" . "contain") 342 ("contains" . "contain")
343 ("converts" . "convert")
343 ("creates" . "create") 344 ("creates" . "create")
344 ("destroys" . "destroy") 345 ("destroys" . "destroy")
345 ("disables" . "disable") 346 ("disables" . "disable")
346 ("executes" . "execute") 347 ("executes" . "execute")
347 ("evals" . "evaluate") 348 ("evals" . "evaluate")