diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-08 14:08:47 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-08 14:23:29 +0200 |
commit | 3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2 (patch) | |
tree | 6d42cf8c36051aa9d8369cb0ac900b8709b20f5f /lisp/emacs-lisp | |
parent | cf30432a14b935726cd0845ae490bdd5b94625ab (diff) | |
download | emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.gz emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.bz2 emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.zip |
; Fix typos
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/warnings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el index 516fdeb10ea..d60eedbc9cd 100644 --- a/lisp/emacs-lisp/warnings.el +++ b/lisp/emacs-lisp/warnings.el @@ -209,7 +209,7 @@ SUPPRESS-LIST is the list of kinds of warnings to suppress." (text " stop ")) "Suppress warnings." :version "29.1" - :help-echo "Click to supress this warning type") + :help-echo "Click to suppress this warning type") (defun warnings-suppress (type) (pcase (car |