]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Mon, 23 Jan 2023 01:27:15 +0000 (02:27 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 27 Jan 2023 10:33:35 +0000 (11:33 +0100)
lisp/net/tramp.el
lisp/org/ChangeLog.1
lisp/progmodes/c-ts-mode.el

index 04b683a8a244fd0ba7f954ea1a93d71f3c2f0ba6..1916d50af03590e0377d747fe36daa6118675645 100644 (file)
@@ -4873,7 +4873,7 @@ substitution.  SPEC-LIST is a list of char/value pairs used for
                :command (append `(,login-program) login-args command)
                :coding coding :noquery noquery :connection-type connection-type
                :sentinel sentinel :stderr stderr))
-           ;; Set filter.  Prior Emacs 29.1, it doesn't work reliable
+           ;; Set filter.  Prior Emacs 29.1, it doesn't work reliably
            ;; to provide it as `make-process' argument when filter is
            ;; t.  See Bug#51177.
            (when filter
index eb126df6334151fa03c491260c493b9a61d4fb0c..a4eae350d98725455e5fdf9a80a6bc028ae4069f 100644 (file)
 
        * org.el (org-make-tags-matcher): Never use IDO for completing the
        tags matcher match string.
-       (org-completing-read): Also remove the special biding for "?".
+       (org-completing-read): Also remove the special binding for "?".
 
        * org-attach.el (org-attach-allow-inheritance): New option.
        (org-attach-inherited): New variable.
index 788c911f86b3d5c7329c4fd9b677893d108d055c..eb2be9b792b3add90569d3f4701a07fb8afe90bf 100644 (file)
@@ -319,7 +319,7 @@ PARENT is NODE's parent."
         (save-excursion
           (goto-char (treesit-node-start node))
           ;; Add an extra level if the opening bracket is on its own
-          ;; line, except (1) it's at top-level, or (2) it's immedate
+          ;; line, except (1) it's at top-level, or (2) it's immediate
           ;; parent is another block.
           (cond ((bolp) nil) ; Case (1).
                 ((let ((parent-type (treesit-node-type