diff options
Diffstat (limited to 'lisp/emacs-lisp/check-declare.el')
-rw-r--r-- | lisp/emacs-lisp/check-declare.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/check-declare.el b/lisp/emacs-lisp/check-declare.el index c2639729fa9..8fc299d7e93 100644 --- a/lisp/emacs-lisp/check-declare.el +++ b/lisp/emacs-lisp/check-declare.el @@ -130,7 +130,7 @@ With optional argument FULL, sums the number of elements in each element." :group 'tools) (defcustom check-declare-ext-errors nil - "When non-nil, warn abount functions not found in :ext." + "When non-nil, warn about functions not found in :ext." :type 'boolean) (defun check-declare-verify (fnfile fnlist) |