From 752c526585fe3f10e064b9ddaca6ae6cdeaa0004 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 23 Jan 2023 02:27:15 +0100 Subject: [PATCH] ; Fix typos --- lisp/net/tramp.el | 2 +- lisp/org/ChangeLog.1 | 2 +- lisp/progmodes/c-ts-mode.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 04b683a8a24..1916d50af03 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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 diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1 index eb126df6334..a4eae350d98 100644 --- a/lisp/org/ChangeLog.1 +++ b/lisp/org/ChangeLog.1 @@ -30500,7 +30500,7 @@ * 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. diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 788c911f86b..eb2be9b792b 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -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 -- 2.39.2