]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Tue, 6 Dec 2022 15:55:39 +0000 (16:55 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 8 Dec 2022 06:17:47 +0000 (07:17 +0100)
ChangeLog.3
admin/notes/tree-sitter/build-module/build.sh
configure.ac
doc/emacs/macos.texi
lisp/comint.el
lisp/external-completion.el
lisp/international/ogonek.el
lisp/org/ox.el
lisp/progmodes/bat-mode.el
test/lisp/gnus/mml-sec-tests.el

index 136a276b6321b6215e9f919c7fc21abca3875b3e..edb738b56c9929d671dadf6a84e7d0853b4a60ae 100644 (file)
 
 2019-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       Make the NSM not pop up an X dialogue on non-mouse actions
+       Make the NSM not pop up an X dialog on non-mouse actions
 
        * lisp/emacs-lisp/rmc.el (read-multiple-choice): Don't pop up X
        dialogs on (url-retrieve "https://expired.badssl.com/" #'ignore)
        This is fine when the GPG key is cached and each entry can be
        decrypted without user interaction.  However, for security some people
        have their GPG on a hardware token like a Yubikey setup so that they
-       have to touch a sensor on the toke for every cryptographic operation,
+       have to touch a sensor on the token for every cryptographic operation,
        in which case it becomes inconvenient as each attempt to find an entry
        requires a variable number of touches of the hardware token.
 
        (w32_frame_parm_handlers): Add entries for new frame
        parameters.
        * src/w32font.c (Fx_select_font): Handle `z-group-above'
-       frames during font selection dialogue.
+       frames during font selection dialog.
        * src/w32term.c (construct_mouse_wheel): Construct mouse wheel
        event from F's w32 window.
        (w32_mouse_position): Handle child frames.
index a71ccaa4edbc6655fce217c139119755641afef5..d562f1a78462c1129208c348f62cc377d4cf0d39 100755 (executable)
@@ -34,7 +34,7 @@ git clone "https://github.com/tree-sitter/${repo}.git" \
     --depth 1 --quiet
 cp "${grammardir}"/grammar.js "${sourcedir}"
 # We have to go into the source directory to compile, because some
-# C files referes to files like "../../common/scanner.h".
+# C files refer to files like "../../common/scanner.h".
 cd "${sourcedir}"
 
 ### Build
index b844c6bc7305edacc991cd45ee03f2309f6b39b7..432638f872112d4f60ed0a2e5cf955423257c862 100644 (file)
@@ -5998,7 +5998,7 @@ case $opsys in
   gnu-linux | gnu-kfreebsd )
     AC_DEFINE([USG], [])
     AC_DEFINE([GNU_LINUX], [],
-      [Define if ths system is compatible with GNU/Linux.])
+      [Define if this system is compatible with GNU/Linux.])
     ;;
 
   hpux*)
index 1457a8bc3a3023e024fdef5e64f2ae8091d4ef14..96f881ca12440b0ea71ead8c0bf7133903e12c2c 100644 (file)
@@ -154,7 +154,7 @@ titlebar.
 @vindex ns-confirm-quit
 @item ns-confirm-quit
 This variable specifies whether to display a graphical confirmation
-dialogue on quitting.
+dialog on quitting.
 
 @vindex ns-auto-hide-menu-bar
 @item ns-auto-hide-menu-bar
index 4d9fc5018742d6bd43ff2f19bacf64338e8c27bd..f0bb8da4355697cd07968b9af89dea1fb3d32423 100644 (file)
@@ -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:".
index 4865e1aa262aee7f00ee27f32e7178cc2f08e5d4..a661f031c77067e4d3a1f97d48537f87c97354da 100644 (file)
@@ -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))))))))
 
index ac9a213ec758370e14c6bca747856ff820e97967..216d2fd0f20a2a0d2cf8f303fbe0ef4095049d50 100644 (file)
@@ -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)))
index 5c0a8f2424b6d1521254b1a1301cec1cb7583fc3..f6629cde4dc4c790b6c2a9b37861a354949222ab 100644 (file)
@@ -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.
index 6bac297a29809c543e19a910613bee74e4024cc8..5e833047af1b78b8b61b829d331fe3c1080ae736 100644 (file)
@@ -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).
 
index e4e607b70e62411b004a357b25ffa8cb6a2c2df5..f8ebf2f3a9955d15dc053ba08f024b633d5e7f91 100644 (file)
@@ -789,7 +789,7 @@ With Ma Gnus v0.14 and earlier a signature would be created with a wrong key."
 
 ;; TODO Passphrase passing and caching in Emacs does not seem to work
 ;; with gpgsm at all.
-;; Independently of caching settings, a pinentry dialogue is displayed.
+;; Independently of caching settings, a pinentry dialog is displayed.
 ;; Thus, the following tests require the user to enter the correct gpgsm
 ;; passphrases at the correct points in time.  (Either empty string or
 ;; "Passphrase".)