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 | |
parent | cf30432a14b935726cd0845ae490bdd5b94625ab (diff) | |
download | emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.gz emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.bz2 emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.zip |
; Fix typos
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog.12 | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/warnings.el | 2 | ||||
-rw-r--r-- | lisp/help-fns.el | 2 | ||||
-rw-r--r-- | lisp/x-dnd.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index c45c8ae7351..a89e5155106 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 @@ -14359,7 +14359,7 @@ * ldefs-boot.el: Likewise. * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a - message text: "Duplicat" => "Duplicate". + message text. 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change) 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 diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 768023b54c2..59a509b2215 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -799,7 +799,7 @@ the C sources, too." ;; different purposes, such as function name, var name, face name, ;; property name, ...). (concat - ;; The main "canonical" occurence of symbols is within '...'. + ;; The main "canonical" occurrence of symbols is within '...'. "'" quoted "'" ;; Commands can also occur as `M-x blabla'. "\\|M-x[ \t\n]+" quoted "\\_>" diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index bdfe444bc1d..2bda67fe3f3 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el @@ -1480,7 +1480,7 @@ instead of returning \"E\".") (error '(STRING . "E"))))))) (defun x-dnd-handle-octet-stream (_selection _type _value) - "Handle a selecton request for `application/octet-stream'. + "Handle a selection request for `application/octet-stream'. Return the contents of the XDS file." (cons 'application/octet-stream (ignore-errors |