; Fix typos
This commit is contained in:
parent
5859413df2
commit
752c526585
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue