summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/comint.el2
-rw-r--r--lisp/external-completion.el2
-rw-r--r--lisp/international/ogonek.el4
-rw-r--r--lisp/org/ox.el2
-rw-r--r--lisp/progmodes/bat-mode.el2
5 files changed, 6 insertions, 6 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 4d9fc501874..f0bb8da4355 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -384,7 +384,7 @@ This variable is buffer-local."
"\\(?:\\(?:, try\\)? *again\\| (empty for no passphrase)\\| (again)\\)?"
;; "[[:alpha:]]" used to be "for", which fails to match non-English.
"\\(?: [[:alpha:]]+ .+\\)?[[:blank:]]*[::៖][[:space:]]*\\'"
- ;; The ccrypt encryption dialogue doesn't end with a colon, so
+ ;; The ccrypt encryption dialog doesn't end with a colon, so
;; treat it specially.
"\\|^Enter encryption key: (repeat) *\\'"
;; openssh-8.6p1 format: "(user@host) Password:".
diff --git a/lisp/external-completion.el b/lisp/external-completion.el
index 4865e1aa262..a661f031c77 100644
--- a/lisp/external-completion.el
+++ b/lisp/external-completion.el
@@ -154,7 +154,7 @@ EXPANDED-PATTERN."
;;
;; * when `_method' is `nil' or `lambda' which some
;; frontends will invoke. Here, `all' should be
- ;; suficient information for `complete-with-action' to
+ ;; sufficient information for `complete-with-action' to
;; do the job correctly.
(complete-with-action action all string pred))))))))
diff --git a/lisp/international/ogonek.el b/lisp/international/ogonek.el
index ac9a213ec75..216d2fd0f20 100644
--- a/lisp/international/ogonek.el
+++ b/lisp/international/ogonek.el
@@ -214,7 +214,7 @@ The functions come in the following groups.
is stored in the constant `ogonek-name-encoding-alist'.
The `ogonek' functions refer to five variables in which the suggested
- answers to dialogue questions are stored. The variables and their
+ answers to dialog questions are stored. The variables and their
default values are:
ogonek-from-encoding iso8859-2
@@ -266,7 +266,7 @@ The functions come in the following groups.
(switch-to-buffer " *ogonek-how*")
(goto-char (point-min)))
-;; ---- Variables keeping the suggested answers to dialogue questions -----
+;; ---- Variables keeping the suggested answers to dialog questions -----
(defvar ogonek-encoding-choices
(cons 'choice
(mapcar (lambda (x) (list 'const (car x)))
diff --git a/lisp/org/ox.el b/lisp/org/ox.el
index 5c0a8f2424b..f6629cde4dc 100644
--- a/lisp/org/ox.el
+++ b/lisp/org/ox.el
@@ -2559,7 +2559,7 @@ variable and do not do anything that might alter it (like calling a
major mode) to prevent data corruption. Also, do note that Emacs may
jump into the created buffer if the original file buffer is closed and
then re-opened. Making edits in the buffer copy may also trigger
-Emacs save dialogue. Prefer using `org-export-with-buffer-copy' macro
+Emacs save dialog. Prefer using `org-export-with-buffer-copy' macro
when possible.
When optional key `:to-buffer' is non-nil, copy into BUFFER.
diff --git a/lisp/progmodes/bat-mode.el b/lisp/progmodes/bat-mode.el
index 6bac297a298..5e833047af1 100644
--- a/lisp/progmodes/bat-mode.el
+++ b/lisp/progmodes/bat-mode.el
@@ -44,7 +44,7 @@
;; Separate package `dos-indent' (Matthew Fidler) provides rudimentary
;; indentation, see https://www.emacswiki.org/emacs/dos-indent.el.
;;
-;; Acknowledgements:
+;; Acknowledgments:
;;
;; Inspired by `batch-mode' (Agnar Renolen) and `cmd-mode' (Tadamegu Furukawa).