Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1bd6facc
Commit
1bd6facc
authored
Apr 03, 2001
by
Gerd Moellmann
Browse files
(checkdoc-common-verbs-wrong-voice): Add
an antry for ``converts''.
parent
20b5dc4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/checkdoc.el
lisp/emacs-lisp/checkdoc.el
+2
-1
No files found.
lisp/emacs-lisp/checkdoc.el
View file @
1bd6facc
;;; 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
")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment