diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-23 05:43:19 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-23 05:49:22 +0100 |
commit | 5e8c62ffcae473b89e268e0081d4041fb19abef7 (patch) | |
tree | a091dfb0a81648ac56e3df27d434ebe3edf0b4a3 | |
parent | 17ed39cc8da1681bffc67907d3a76ef3d75917fd (diff) | |
download | emacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.tar.gz emacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.tar.bz2 emacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.zip |
; Fix typos
27 files changed, 38 insertions, 38 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index cb0d9c50da1..b0fef2b5b66 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -26539,7 +26539,7 @@ keyboard shortcuts like @kbd{M M i} for Important, using the first letter. @end defvar -@defun gnus-registry-mark-article +@defun gnus-registry-set-article-mark Call this function to mark an article with a custom registry mark. It will offer the available marks for completion. @end defun diff --git a/etc/NEWS.24 b/etc/NEWS.24 index fab8a39b0ed..8ef479ac0aa 100644 --- a/etc/NEWS.24 +++ b/etc/NEWS.24 @@ -951,7 +951,7 @@ Also the following files used by the now obsolete otodo-mode.el: *** the old version of todo-mode.el (renamed to otodo-mode.el). -*** xesam.el (owing to the cancelation of the XESAM project). +*** xesam.el (owing to the cancellation of the XESAM project). *** yow.el; use fortune.el or cookie1.el instead. diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1 index 1a9767661ab..0829f50a56d 100644 --- a/lib-src/ChangeLog.1 +++ b/lib-src/ChangeLog.1 @@ -5643,7 +5643,7 @@ 1998-04-06 Andreas Schwab <schwab@gnu.org> Silence -Wimplicit: - * movemail.c: Move cancelations up. Include <stdlib.h> if + * movemail.c: Move cancellations up. Include <stdlib.h> if available. * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid. (parse_header): Explicitly declare return type. diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el index 10bd4bc6886..762cc8eb4f9 100644 --- a/lisp/emacs-lisp/pcase.el +++ b/lisp/emacs-lisp/pcase.el @@ -395,7 +395,7 @@ how many time this CODEGEN is called." (push (setq prev (list case)) seen)) ;; Put a counter in the cdr just so that not ;; all branches look identical (to avoid things - ;; like `macroexp--if' optimizing them too + ;; like `macroexp-if' optimizing them too ;; optimistically). (let ((ph (cons 'pcase--placeholder (setq phcounter (1+ phcounter))))) diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index a1ad22fd62b..c55d6225e3f 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 @@ -1109,7 +1109,7 @@ * gnus-icalendar.el (gnus-icalendar-event:sync-to-org) (gnus-icalendar-event:inline-org-buttons): Allow for appointment - cancelations to be synced to org if the original appt has an org + cancellations to be synced to org if the original appt has an org outline. 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com> diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 814d21823dc..75ea34e1352 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -89,8 +89,8 @@ :group 'gnus-article) (defgroup gnus-article-emphasis nil - "Fontisizing articles." - :link '(custom-manual "(gnus)Article Fontisizing") + "Fontifying articles." + :link '(custom-manual "(gnus)Article Fontifying") :group 'gnus-article) (defgroup gnus-article-saving nil @@ -2008,9 +2008,9 @@ always hide." (gnus-article-hide-header "reply-to"))))) ((eq elem 'date) (let ((date (with-current-buffer gnus-original-article-buffer - ;; If date in `gnus-article-buffer' is localized - ;; (`gnus-treat-date-user-defined'), - ;; `days-between' might fail. + ;; If date in `gnus-article-buffer' is localized + ;; (`gnus-article-date-headers'), + ;; `days-between' might fail. (message-fetch-field "date")))) (when (and date (< (days-between (current-time-string) date) diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el index ceeb1848542..cf5ca628cff 100644 --- a/lisp/gnus/gnus-registry.el +++ b/lisp/gnus/gnus-registry.el @@ -119,7 +119,7 @@ "List of registry marks and their options. -`gnus-registry-mark-article' will offer symbols from this list +`gnus-registry-set-article-mark' will offer symbols from this list for completion. Each entry must have a character to be useful for summary mode diff --git a/lisp/gnus/gnus-search.el b/lisp/gnus/gnus-search.el index 7941496be61..142070e4665 100644 --- a/lisp/gnus/gnus-search.el +++ b/lisp/gnus/gnus-search.el @@ -48,7 +48,7 @@ ;; The general flow is: ;; 1. The user calls one of `gnus-group-make-search-group' or -;; `gnus-group-make-permanent-search-group' (or a few other entry +;; `gnus-group-read-ephemeral-search-group' (or a few other entry ;; points). These functions prompt for a search query, and collect ;; the groups to search, then create an nnselect group, setting an ;; 'nnselect-specs group parameter where 'nnselect-function is diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el index 13263dddc9c..1acbe0bc938 100644 --- a/lisp/gnus/gnus-topic.el +++ b/lisp/gnus/gnus-topic.el @@ -427,7 +427,7 @@ inheritance." (defun gnus-group-prepare-topics (level &optional predicate lowest regexp list-topic topic-level) "List all newsgroups with unread articles of level LEVEL or lower. -Use the `gnus-group-topics' to sort the groups. +Use the `gnus-group-prepare-topics' to sort the groups. If PREDICATE is a function, list groups that the function returns non-nil; if it is t, list groups that have no unread articles. If LOWEST is non-nil, list all newsgroups of level LOWEST or higher." diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index 9cafc78ab89..654cc1cc51a 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el @@ -1622,7 +1622,7 @@ Gnus might fail to display all of it.") state)) ;; `gnus-uu-choose-action' chooses what action to perform given the name -;; and `gnus-uu-file-action-list'. Returns either nil if no action is +;; and FILE-ACTION-LIST. Return either nil if no action is ;; found, or the name of the command to run if such a rule is found. (defun gnus-uu-choose-action (file-name file-action-list &optional no-ignore) (let ((action-list (copy-sequence file-action-list)) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index e0677ff6be8..55899087642 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -7520,7 +7520,7 @@ to match all of yours addresses." ;;;###autoload (defun message-cancel-news (&optional arg) "Cancel an article you posted. -If ARG, allow editing of the cancelation message." +If ARG, allow editing of the cancellation message." (interactive "P") (unless (message-news-p) (error "This is not a news article; canceling is impossible")) diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el index 1387fa36929..90833e1c1d7 100644 --- a/lisp/jsonrpc.el +++ b/lisp/jsonrpc.el @@ -308,7 +308,7 @@ ignored." (setq canceled t)) `(canceled ,cancel-on-input-retval)) (t (while t (accept-process-output nil 30))))) - ;; In normal operation, cancelation is handled by the + ;; In normal operation, cancellation is handled by the ;; timeout function and response filter, but we still have ;; to protect against user-quit (C-g) or the ;; `cancel-on-input' case. diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 1aee1107e62..b722790334d 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -169,7 +169,7 @@ greater than this number." (defcustom antlr-indent-comment 'tab "Non-nil, if the indentation should touch lines in block comments. If nil, no continuation line of a block comment is changed. If t, they -are changed according to `c-indentation-line'. When not nil and not t, +are changed according to `c-indent-line'. When not nil and not t, they are only changed by \\[antlr-indent-command]." :type '(radio (const :tag "No" nil) (const :tag "Always" t) diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 7e6dd431756..086166c822b 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -4017,7 +4017,7 @@ initializing CC Mode. Currently (2020-06) these are `js-mode' and (t from)))))) (defun c-remove-stale-state-cache (start-point here pps-point) - ;; Remove stale entries from the `c-cache-state', i.e. those which will + ;; Remove stale entries from the `c-state-cache', i.e. those which will ;; not be in it when it is amended for position HERE. This may involve ;; replacing a CONS element for a brace pair containing HERE with its car. ;; Additionally, the "outermost" open-brace entry before HERE will be @@ -10103,7 +10103,7 @@ This function might do hidden buffer changes." ;; Specifically it is nil, or a three element list (A B C) where C is t ;; when context is '<> and the "identifier" is a found type, B is t when a ;; `c-typedef-kwds' ("typedef") is present, and A is t when some other - ;; `c-typedef-declkwds' (e.g. class, struct, enum) specifier is present. + ;; `c-typedef-decl-kwds' (e.g. class, struct, enum) specifier is present. ;; I.e., (some of) the declared identifier(s) are types. ;; ;; The third element of the return value is non-nil when the declaration @@ -15518,7 +15518,7 @@ Cannot combine absolute offsets %S and %S in `add' method" (defun c-get-syntactic-indentation (langelems) ;; Calculate the syntactic indentation from a syntactic description - ;; as returned by `c-guess-syntax'. + ;; as returned by `c-guess-basic-syntax'. ;; ;; Note that topmost-intro always has an anchor position at bol, for ;; historical reasons. It's often used together with other symbols diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 561aa0f7e5b..47e05438ea3 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -1440,7 +1440,7 @@ since CC Mode treats every identifier as an expression." (c-lang-defconst c-overloadable-operators "List of the operators that are overloadable, in their \"identifier -form\". See also `c-op-identifier-prefix'." +form\". See also `c-opt-op-identifier-prefix'." t nil c++ '("new" "delete" ;; Can be followed by "[]" but we ignore that. "+" "-" "*" "/" "%" @@ -2526,7 +2526,7 @@ their matching \"in\" syntactic symbols.") (c-lang-const c-brace-list-decl-kwds))) (c-lang-defconst c-defun-type-name-decl-key - ;; Regexp matching a keyword in `c-defun-name-decl-kwds'. + ;; Regexp matching a keyword in `c-defun-type-name-decl-kwds'. t (c-make-keywords-re t (c-lang-const c-defun-type-name-decl-kwds))) (c-lang-defvar c-defun-type-name-decl-key (c-lang-const c-defun-type-name-decl-key)) @@ -2620,7 +2620,7 @@ type." (c-lang-defconst c-equals-nontype-decl-key ;; An unadorned regular expression which matches any member of - ;; `c-equals-decl-kwds', or nil if such don't exist in the current language. + ;; `c-equals-nontype-decl-kwds', or nil if such don't exist in the current language. t (when (c-lang-const c-equals-nontype-decl-kwds) (c-make-keywords-re nil (c-lang-const c-equals-nontype-decl-kwds)))) (c-lang-defvar c-equals-nontype-decl-key @@ -4486,7 +4486,7 @@ accomplish that conveniently." (error (if current-var (message - "Eval error in the `c-lang-defvar' or `c-lang-setver' for `%s' (source eval): %S" + "Eval error in the `c-lang-defvar' or `c-lang-setvar' for `%s' (source eval): %S" current-var err) (signal (car err) (cdr err))))))) )) diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 5a610253e01..99067e47618 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -1391,7 +1391,7 @@ Note that the style variables are always made local to the buffer." (defvar c-bc-changed-stringiness nil) ;; Non-nil when, in a before-change function, the deletion of a range of text ;; will change the "stringiness" of the subsequent text. Only used when -;; `c-multiline-sting-start-char' is a non-nil value which isn't a character. +;; `c-multiline-string-start-char' is a non-nil value which isn't a character. (defun c-remove-string-fences (&optional here) ;; The character after HERE (default point) is either a string delimiter or @@ -1713,7 +1713,7 @@ position of `after-change-functions'.") ;; ;; This function is called exclusively as an after-change function via ;; `c-before-font-lock-functions'. In C++ Mode, it should come before - ;; `c-after-change-unmark-raw-strings' in that lang variable. + ;; `c-after-change-unmark-ml-strings' in that lang variable. (let (lit-start ; Don't calculate this till we have to. lim) (when diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 81f74dc1fa1..cd2fc7c7079 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -266,7 +266,7 @@ extends to the end of the match for the regular expression." :type 'regexp) (defcustom idlwave-use-last-hang-indent nil - "If non-nil then use last match on line for `idlwave-indent-regexp'." + "If non-nil then use last match on line for `idlwave-hang-indent-regexp'." :group 'idlwave-code-formatting :type 'boolean) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 3a919c8cf20..18594a3e23d 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -578,7 +578,7 @@ the {...} holes that appear within f-strings." ;; FIXME: This will fail to properly highlight strings appearing ;; within the {...} of an f-string. ;; We could presumably fix it by running - ;; `font-lock-fontify-syntactically-region' (as is done in + ;; `font-lock-default-fontify-syntactically-region' (as is done in ;; `sm-c--cpp-fontify-syntactically', for example) after removing ;; the `face' property, but I'm not sure it's worth the effort and ;; the risks. diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 4b46e5a1fb5..734252ee66f 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el @@ -1795,7 +1795,7 @@ can also be used to fill comments. \\{css-mode-map}" (when (treesit-ready-p 'css) - ;; Borrowed from `css-native-mode'. + ;; Borrowed from `css-mode'. (add-hook 'completion-at-point-functions #'css-completion-at-point nil 'local) (setq-local fill-paragraph-function #'css-fill-paragraph) diff --git a/lisp/treesit.el b/lisp/treesit.el index 8fb6de73784..419a705dbf0 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -610,7 +610,7 @@ to QUERY. For example, For each QUERY, a :language keyword and a :feature keyword are required. Each query's :feature is a symbol summarizing what the query fontifies. It is used to allow users to enable/disable -certain features. See `treesit-font-lock-kind-list' for more. +certain features. See `treesit-font-lock-feature-list' for more. Other keywords include: KEYWORD VALUE DESCRIPTION diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index fa3d58f770e..328d33040db 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -1561,7 +1561,7 @@ Argument BACKEND is the backend to use." (insert-file-contents file) (split-string (buffer-string) "\n" t))) -;; Subroutine for `vc-git-ignore' and `vc-hg-ignore'. +;; Subroutine for `vc-default-ignore'. (defun vc--add-line (string file) "Add STRING as a line to FILE." (with-current-buffer (find-file-noselect file) diff --git a/src/treesit.c b/src/treesit.c index 4a7c4019561..21e1f866f78 100644 --- a/src/treesit.c +++ b/src/treesit.c @@ -295,7 +295,7 @@ init_treesit_functions (void) a node. But since we can just retrieve a new node, it shouldn't be a limitation. - - I didn't expose setting timeout and cancelation flag for a + - I didn't expose setting timeout and cancellation flag for a parser, mainly because I don't think they are really necessary in Emacs's use cases. @@ -891,7 +891,7 @@ treesit_ensure_parsed (Lisp_Object parser) when 1) language is not set (impossible in Emacs because the user has to supply a language to create a parser), 2) parse canceled due to timeout (impossible because we don't set a timeout), 3) - parse canceled due to cancelation flag (impossible because we + parse canceled due to cancellation flag (impossible because we don't set the flag). (See comments for ts_parser_parse in tree_sitter/api.h.) */ if (new_tree == NULL) diff --git a/test/lisp/erc/resources/base/netid/bouncer/barnet-drop.eld b/test/lisp/erc/resources/base/netid/bouncer/barnet-drop.eld index 2c3d297b9cf..686a47f68a3 100644 --- a/test/lisp/erc/resources/base/netid/bouncer/barnet-drop.eld +++ b/test/lisp/erc/resources/base/netid/bouncer/barnet-drop.eld @@ -36,6 +36,6 @@ (0.1 ":joe!~u@awyxgybtkx7uq.irc PRIVMSG #chan :mike: Why, will shall break it; will, and nothing else.") (0.1 ":mike!~u@awyxgybtkx7uq.irc PRIVMSG #chan :joe: Yes, a dozen; and as many to the vantage, as would store the world they played for.") (0.05 ":joe!~u@awyxgybtkx7uq.irc PRIVMSG #chan :mike: As he regards his aged father's life.") - (0.05 ":mike!~u@awyxgybtkx7uq.irc PRIVMSG #chan :joe: It is a rupture that you may easily heal; and the cure of it not only saves your brother, but keeps you from dishonour in doing it.")) + (0.05 ":mike!~u@awyxgybtkx7uq.irc PRIVMSG #chan :joe: It is a rupture that you may easily heal; and the cure of it not only saves your brother, but keeps you from dishonor in doing it.")) ((drop 0 DROP)) diff --git a/test/lisp/erc/resources/base/netid/bouncer/barnet.eld b/test/lisp/erc/resources/base/netid/bouncer/barnet.eld index abfcc6ed481..d0fe3af8ea4 100644 --- a/test/lisp/erc/resources/base/netid/bouncer/barnet.eld +++ b/test/lisp/erc/resources/base/netid/bouncer/barnet.eld @@ -36,6 +36,6 @@ (0.1 ":joe!~u@awyxgybtkx7uq.irc PRIVMSG #chan :mike: Why, will shall break it; will, and nothing else.") (0.1 ":mike!~u@awyxgybtkx7uq.irc PRIVMSG #chan :joe: Yes, a dozen; and as many to the vantage, as would store the world they played for.") (0.05 ":joe!~u@awyxgybtkx7uq.irc PRIVMSG #chan :mike: As he regards his aged father's life.") - (0.05 ":mike!~u@awyxgybtkx7uq.irc PRIVMSG #chan :joe: It is a rupture that you may easily heal; and the cure of it not only saves your brother, but keeps you from dishonour in doing it.")) + (0.05 ":mike!~u@awyxgybtkx7uq.irc PRIVMSG #chan :joe: It is a rupture that you may easily heal; and the cure of it not only saves your brother, but keeps you from dishonor in doing it.")) ((linger 1 LINGER)) diff --git a/test/lisp/erc/resources/erc-d/resources/dynamic-barnet.eld b/test/lisp/erc/resources/erc-d/resources/dynamic-barnet.eld index 36b1cc23081..4994e9c5503 100644 --- a/test/lisp/erc/resources/erc-d/resources/dynamic-barnet.eld +++ b/test/lisp/erc/resources/erc-d/resources/dynamic-barnet.eld @@ -30,4 +30,4 @@ (0 ":irc.barnet.org 329 tester #chan 1620805269") (0.1 ":joe!~u@awyxgybtkx7uq.irc PRIVMSG #chan :mike: Yes, a dozen; and as many to the vantage, as would store the world they played for.") (0.05 ":mike!~u@awyxgybtkx7uq.irc PRIVMSG #chan :joe: As he regards his aged father's life.") - (0.05 ":joe!~u@awyxgybtkx7uq.irc PRIVMSG #chan :mike: It is a rupture that you may easily heal; and the cure of it not only saves your brother, but keeps you from dishonour in doing it.")) + (0.05 ":joe!~u@awyxgybtkx7uq.irc PRIVMSG #chan :mike: It is a rupture that you may easily heal; and the cure of it not only saves your brother, but keeps you from dishonor in doing it.")) diff --git a/test/lisp/erc/resources/erc-d/resources/dynamic-foonet.eld b/test/lisp/erc/resources/erc-d/resources/dynamic-foonet.eld index 5dbea50f865..a47998e7d32 100644 --- a/test/lisp/erc/resources/erc-d/resources/dynamic-foonet.eld +++ b/test/lisp/erc/resources/erc-d/resources/dynamic-foonet.eld @@ -29,4 +29,4 @@ (0 ":irc.foonet.org 329 tester #chan 1620805269") (0.1 ":alice!~u@awyxgybtkx7uq.irc PRIVMSG #chan :bob: Yes, a dozen; and as many to the vantage, as would store the world they played for.") (0.05 ":bob!~u@awyxgybtkx7uq.irc PRIVMSG #chan :alice: As he regards his aged father's life.") - (0.05 ":alice!~u@awyxgybtkx7uq.irc PRIVMSG #chan :bob: It is a rupture that you may easily heal; and the cure of it not only saves your brother, but keeps you from dishonour in doing it.")) + (0.05 ":alice!~u@awyxgybtkx7uq.irc PRIVMSG #chan :bob: It is a rupture that you may easily heal; and the cure of it not only saves your brother, but keeps you from dishonor in doing it.")) diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el index 13248a36509..c54fe144b7d 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el @@ -122,7 +122,7 @@ Don't set it globally, the functions should be let-bound.") (defun vc-test--revision-granularity-function (backend) - "Run the `vc-revision-granularity' backend function." + "Run the `revision-granularity' backend function." (vc-call-backend backend 'revision-granularity)) (defun vc-test--create-repo-function (backend) |