; Fix typos in symbol names

This commit is contained in:
Stefan Kangas 2024-01-14 14:56:06 +01:00
parent 6653ee66ca
commit 725a3f32f8
15 changed files with 16 additions and 16 deletions

View file

@ -146,7 +146,7 @@ Names should be as they appear in loaddefs.el.")
(defvar cus-test-errors nil (defvar cus-test-errors nil
"List of problematic variables found by `cus-test-apropos'. "List of problematic variables found by `cus-test-apropos'.
Each element is (VARIABLE . PROBLEM); see `cus-test--format-problem'.") Each element is (VARIABLE . PROBLEM); see `cus-test--format-errors'.")
(defvar cus-test-tested-variables nil (defvar cus-test-tested-variables nil
"List of options tested by last call of `cus-test-apropos'.") "List of options tested by last call of `cus-test-apropos'.")

View file

@ -1275,7 +1275,7 @@ which see."
(setq font-lock-multiline nil)) (setq font-lock-multiline nil))
(defun abbrev--possibly-save (query &optional arg) (defun abbrev--possibly-save (query &optional arg)
"Hook function for use by `save-some-buffer-functions'. "Hook function for use by `save-some-buffers-functions'.
Maybe save abbrevs, and record whether we either saved them or asked to." Maybe save abbrevs, and record whether we either saved them or asked to."
;; Query mode. ;; Query mode.

View file

@ -1516,7 +1516,7 @@ the archive of the file moved to, creating it if it does not exist."
(prin1 todo-categories (current-buffer))) (prin1 todo-categories (current-buffer)))
;; If archive was just created, save it to avoid "File ;; If archive was just created, save it to avoid "File
;; <xyz> no longer exists!" message on invoking ;; <xyz> no longer exists!" message on invoking
;; `todo-view-archived-items'. ;; `todo-find-archive'.
(unless (file-exists-p (buffer-file-name)) (unless (file-exists-p (buffer-file-name))
(save-buffer)) (save-buffer))
(todo-category-number (or new cat)) (todo-category-number (or new cat))

View file

@ -2192,7 +2192,7 @@ parameters SERVER and NICK."
;; (bug#60428). ;; (bug#60428).
(defun erc--warn-unencrypted () (defun erc--warn-unencrypted ()
;; Remove unconditionally to avoid wrong context due to races from ;; Remove unconditionally to avoid wrong context due to races from
;; simultaneous dialing or aborting (e.g., via `keybaord-quit'). ;; simultaneous dialing or aborting (e.g., via `keyboard-quit').
(remove-hook 'erc--server-post-connect-hook #'erc--warn-unencrypted) (remove-hook 'erc--server-post-connect-hook #'erc--warn-unencrypted)
(when (and (process-contact erc-server-process :nowait) (when (and (process-contact erc-server-process :nowait)
(equal erc-session-server erc-default-server) (equal erc-session-server erc-default-server)

View file

@ -555,7 +555,7 @@ With optional CLEANUP, kill any associated buffers."
"Called when new data STRING has arrived for PROC." "Called when new data STRING has arrived for PROC."
(when jsonrpc--in-process-filter (when jsonrpc--in-process-filter
;; Problematic recursive process filters may happen if ;; Problematic recursive process filters may happen if
;; `jsonrpc--connection-receive', called by us, eventually calls ;; `jsonrpc-connection-receive', called by us, eventually calls
;; client code which calls `process-send-string' (which see) to, ;; client code which calls `process-send-string' (which see) to,
;; say send a follow-up message. If that happens to writes enough ;; say send a follow-up message. If that happens to writes enough
;; bytes for pending output to be received, we will lose JSONRPC ;; bytes for pending output to be received, we will lose JSONRPC

View file

@ -1101,9 +1101,9 @@ as follows.
;; Ognyan Kulev <ogi@fmi.uni-sofia.bg> wrote: ;; Ognyan Kulev <ogi@fmi.uni-sofia.bg> wrote:
;; I would suggest future `cyrillic-translit' to be with the ;; I would suggest future `cyrillic-translit' to be with the
;; modification of `cyrillic-translit-bulgarian' applied and the ;; modification of `cyrillic-translit-bulgarian' (now deleted) applied and the
;; latter to disappear. It could be used by people who write ;; latter to disappear. It could be used by people who write
;; bulgarian e-mails with latin letters for kick start (phonetic input ;; Bulgarian e-mails with latin letters for kick start (phonetic input
;; method is not so obvious as translit input method but each letter ;; method is not so obvious as translit input method but each letter
;; is one keypress and a *lot* of people know it). ;; is one keypress and a *lot* of people know it).

View file

@ -6556,7 +6556,7 @@ the expected result."
(error "org-element: Parsing aborted by user. Cache has been cleared. (error "org-element: Parsing aborted by user. Cache has been cleared.
If you observe Emacs hangs frequently, please report this to Org mode mailing list (M-x org-submit-bug-report).")) If you observe Emacs hangs frequently, please report this to Org mode mailing list (M-x org-submit-bug-report)."))
(message (substitute-command-keys (message (substitute-command-keys
"`org-element--parse-buffer': Suppressed `\\[keyboard-quit]'. Press `\\[keyboard-quit]' %d more times to force interruption.") "`org-element--parse-to': Suppressed `\\[keyboard-quit]'. Press `\\[keyboard-quit]' %d more times to force interruption.")
(- org-element--cache-interrupt-C-g-max-count (- org-element--cache-interrupt-C-g-max-count
org-element--cache-interrupt-C-g-count))) org-element--cache-interrupt-C-g-count)))
(unless element (unless element

View file

@ -433,7 +433,7 @@ Return nil when there is no matching folding spec."
(org-fold-core-get-folding-spec-from-alias spec-or-alias)) (org-fold-core-get-folding-spec-from-alias spec-or-alias))
(defsubst org-fold-core--check-spec (spec-or-alias) (defsubst org-fold-core--check-spec (spec-or-alias)
"Throw an error if SPEC-OR-ALIAS is not in `org-fold-core--spec-priority-list'." "Throw an error if SPEC-OR-ALIAS is not in `org-fold-core-folding-spec-list'."
(unless (org-fold-core-folding-spec-p spec-or-alias) (unless (org-fold-core-folding-spec-p spec-or-alias)
(error "%s is not a valid folding spec" spec-or-alias))) (error "%s is not a valid folding spec" spec-or-alias)))

View file

@ -1072,7 +1072,7 @@ Return width in pixels when PIXELS is non-nil."
;; FIXME: Fallback to old limited version, because ;; FIXME: Fallback to old limited version, because
;; `window-pixel-width' is buggy in older Emacs. ;; `window-pixel-width' is buggy in older Emacs.
(org--string-width-1 string) (org--string-width-1 string)
;; Wrap/line prefix will make `window-text-pizel-size' return too ;; Wrap/line prefix will make `window-text-pixel-size' return too
;; large value including the prefix. ;; large value including the prefix.
(remove-text-properties 0 (length string) (remove-text-properties 0 (length string)
'(wrap-prefix t line-prefix t) '(wrap-prefix t line-prefix t)

View file

@ -3667,7 +3667,7 @@ CONTENTS is the contents of the object."
;; takes care of tables with a "verbatim" mode. Otherwise, it ;; takes care of tables with a "verbatim" mode. Otherwise, it
;; delegates the job to either `org-latex--table.el-table', ;; delegates the job to either `org-latex--table.el-table',
;; `org-latex--org-table', `org-latex--math-table' or ;; `org-latex--org-table', `org-latex--math-table' or
;; `org-latex--org-tabbing' functions, ;; `org-latex--org-align-string-tabbing' functions,
;; depending of the type of the table and the mode requested. ;; depending of the type of the table and the mode requested.
;; ;;
;; `org-latex--align-string' is a subroutine used to build alignment ;; `org-latex--align-string' is a subroutine used to build alignment

View file

@ -1592,7 +1592,7 @@ If optional MARKER, return a marker instead"
(let ((vec (copy-sequence url-path-allowed-chars))) (let ((vec (copy-sequence url-path-allowed-chars)))
(aset vec ?: nil) ;; see github#639 (aset vec ?: nil) ;; see github#639
vec) vec)
"Like `url-path-allows-chars' but more restrictive.") "Like `url-path-allowed-chars' but more restrictive.")
(defun eglot--path-to-uri (path) (defun eglot--path-to-uri (path)
"URIfy PATH." "URIfy PATH."

View file

@ -1109,7 +1109,7 @@ variable `term-input-autoexpand', and addition is controlled by the
variable `term-input-ignoredups'. variable `term-input-ignoredups'.
Input to, and output from, the subprocess can cause the window to scroll to Input to, and output from, the subprocess can cause the window to scroll to
the end of the buffer. See variables `term-scroll-to-bottom-on-input', the end of the buffer. See variables `term-scroll-snap-to-bottom',
and `term-scroll-to-bottom-on-output'. and `term-scroll-to-bottom-on-output'.
If you accidentally suspend your process, use \\[term-continue-subjob] If you accidentally suspend your process, use \\[term-continue-subjob]

View file

@ -47,7 +47,7 @@
;; This was copied from etc/rgb.txt, except that some values were changed ;; This was copied from etc/rgb.txt, except that some values were changed
;; a bit to make them consistent with DOS console colors, and the RGB ;; a bit to make them consistent with DOS console colors, and the RGB
;; values were scaled up to 16 bits, as `tty-define-color' requires. ;; values were scaled up to 16 bits, as `tty-color-define' requires.
;;; ;;;
;; The mapping between the 16 standard EGA/VGA colors and X color names ;; The mapping between the 16 standard EGA/VGA colors and X color names
;; was done by running a Unix version of Emacs inside an X client and a ;; was done by running a Unix version of Emacs inside an X client and a

View file

@ -1422,7 +1422,7 @@ no-node
comment-end comment-end
Matches if text after point matches `treesit-comment-end'. Matches if text after point matches `comment-end-skip'.
catch-all catch-all

View file

@ -8528,7 +8528,7 @@ buffer. ALIST is a buffer display action alist as compiled by
canonical frame lines. If it is the constant `full-height', canonical frame lines. If it is the constant `full-height',
prefer a full-height window. prefer a full-height window.
If ALIST contains a non-nil `inhibit-same--window' entry, do not If ALIST contains a non-nil `inhibit-same-window' entry, do not
return the selected window." return the selected window."
(let ((windows (let ((windows
(window-list-1 nil 'nomini (cdr (assq 'lru-frames alist)))) (window-list-1 nil 'nomini (cdr (assq 'lru-frames alist))))