1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix typos

This commit is contained in:
Stefan Kangas 2022-11-23 05:43:19 +01:00
parent 17ed39cc8d
commit 5e8c62ffca
27 changed files with 38 additions and 38 deletions

View file

@ -26539,7 +26539,7 @@ keyboard shortcuts like @kbd{M M i} for Important, using the first
letter. letter.
@end defvar @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 Call this function to mark an article with a custom registry mark. It
will offer the available marks for completion. will offer the available marks for completion.
@end defun @end defun

View file

@ -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). *** 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. *** yow.el; use fortune.el or cookie1.el instead.

View file

@ -5643,7 +5643,7 @@
1998-04-06 Andreas Schwab <schwab@gnu.org> 1998-04-06 Andreas Schwab <schwab@gnu.org>
Silence -Wimplicit: Silence -Wimplicit:
* movemail.c: Move cancelations up. Include <stdlib.h> if * movemail.c: Move cancellations up. Include <stdlib.h> if
available. available.
* fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid. * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
(parse_header): Explicitly declare return type. (parse_header): Explicitly declare return type.

View file

@ -395,7 +395,7 @@ how many time this CODEGEN is called."
(push (setq prev (list case)) seen)) (push (setq prev (list case)) seen))
;; Put a counter in the cdr just so that not ;; Put a counter in the cdr just so that not
;; all branches look identical (to avoid things ;; all branches look identical (to avoid things
;; like `macroexp--if' optimizing them too ;; like `macroexp-if' optimizing them too
;; optimistically). ;; optimistically).
(let ((ph (cons 'pcase--placeholder (let ((ph (cons 'pcase--placeholder
(setq phcounter (1+ phcounter))))) (setq phcounter (1+ phcounter)))))

View file

@ -1109,7 +1109,7 @@
* gnus-icalendar.el (gnus-icalendar-event:sync-to-org) * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
(gnus-icalendar-event:inline-org-buttons): Allow for appointment (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. outline.
2013-11-13 Jan Tatarik <jan.tatarik@gmail.com> 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>

View file

@ -89,8 +89,8 @@
:group 'gnus-article) :group 'gnus-article)
(defgroup gnus-article-emphasis nil (defgroup gnus-article-emphasis nil
"Fontisizing articles." "Fontifying articles."
:link '(custom-manual "(gnus)Article Fontisizing") :link '(custom-manual "(gnus)Article Fontifying")
:group 'gnus-article) :group 'gnus-article)
(defgroup gnus-article-saving nil (defgroup gnus-article-saving nil
@ -2008,9 +2008,9 @@ always hide."
(gnus-article-hide-header "reply-to"))))) (gnus-article-hide-header "reply-to")))))
((eq elem 'date) ((eq elem 'date)
(let ((date (with-current-buffer gnus-original-article-buffer (let ((date (with-current-buffer gnus-original-article-buffer
;; If date in `gnus-article-buffer' is localized ;; If date in `gnus-article-buffer' is localized
;; (`gnus-treat-date-user-defined'), ;; (`gnus-article-date-headers'),
;; `days-between' might fail. ;; `days-between' might fail.
(message-fetch-field "date")))) (message-fetch-field "date"))))
(when (and date (when (and date
(< (days-between (current-time-string) date) (< (days-between (current-time-string) date)

View file

@ -119,7 +119,7 @@
"List of registry marks and their options. "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. for completion.
Each entry must have a character to be useful for summary mode Each entry must have a character to be useful for summary mode

View file

@ -48,7 +48,7 @@
;; The general flow is: ;; The general flow is:
;; 1. The user calls one of `gnus-group-make-search-group' or ;; 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 ;; points). These functions prompt for a search query, and collect
;; the groups to search, then create an nnselect group, setting an ;; the groups to search, then create an nnselect group, setting an
;; 'nnselect-specs group parameter where 'nnselect-function is ;; 'nnselect-specs group parameter where 'nnselect-function is

View file

@ -427,7 +427,7 @@ inheritance."
(defun gnus-group-prepare-topics (level &optional predicate lowest (defun gnus-group-prepare-topics (level &optional predicate lowest
regexp list-topic topic-level) regexp list-topic topic-level)
"List all newsgroups with unread articles of level LEVEL or lower. "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 PREDICATE is a function, list groups that the function returns non-nil;
if it is t, list groups that have no unread articles. if it is t, list groups that have no unread articles.
If LOWEST is non-nil, list all newsgroups of level LOWEST or higher." If LOWEST is non-nil, list all newsgroups of level LOWEST or higher."

View file

@ -1622,7 +1622,7 @@ Gnus might fail to display all of it.")
state)) state))
;; `gnus-uu-choose-action' chooses what action to perform given the name ;; `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. ;; 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) (defun gnus-uu-choose-action (file-name file-action-list &optional no-ignore)
(let ((action-list (copy-sequence file-action-list)) (let ((action-list (copy-sequence file-action-list))

View file

@ -7520,7 +7520,7 @@ to match all of yours addresses."
;;;###autoload ;;;###autoload
(defun message-cancel-news (&optional arg) (defun message-cancel-news (&optional arg)
"Cancel an article you posted. "Cancel an article you posted.
If ARG, allow editing of the cancelation message." If ARG, allow editing of the cancellation message."
(interactive "P") (interactive "P")
(unless (message-news-p) (unless (message-news-p)
(error "This is not a news article; canceling is impossible")) (error "This is not a news article; canceling is impossible"))

View file

@ -308,7 +308,7 @@ ignored."
(setq canceled t)) (setq canceled t))
`(canceled ,cancel-on-input-retval)) `(canceled ,cancel-on-input-retval))
(t (while t (accept-process-output nil 30))))) (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 ;; timeout function and response filter, but we still have
;; to protect against user-quit (C-g) or the ;; to protect against user-quit (C-g) or the
;; `cancel-on-input' case. ;; `cancel-on-input' case.

View file

@ -169,7 +169,7 @@ greater than this number."
(defcustom antlr-indent-comment 'tab (defcustom antlr-indent-comment 'tab
"Non-nil, if the indentation should touch lines in block comments. "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 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]." they are only changed by \\[antlr-indent-command]."
:type '(radio (const :tag "No" nil) :type '(radio (const :tag "No" nil)
(const :tag "Always" t) (const :tag "Always" t)

View file

@ -4017,7 +4017,7 @@ initializing CC Mode. Currently (2020-06) these are `js-mode' and
(t from)))))) (t from))))))
(defun c-remove-stale-state-cache (start-point here pps-point) (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 ;; 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. ;; replacing a CONS element for a brace pair containing HERE with its car.
;; Additionally, the "outermost" open-brace entry before HERE will be ;; 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 ;; 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 ;; 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-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. ;; I.e., (some of) the declared identifier(s) are types.
;; ;;
;; The third element of the return value is non-nil when the declaration ;; 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) (defun c-get-syntactic-indentation (langelems)
;; Calculate the syntactic indentation from a syntactic description ;; 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 ;; Note that topmost-intro always has an anchor position at bol, for
;; historical reasons. It's often used together with other symbols ;; historical reasons. It's often used together with other symbols

View file

@ -1440,7 +1440,7 @@ since CC Mode treats every identifier as an expression."
(c-lang-defconst c-overloadable-operators (c-lang-defconst c-overloadable-operators
"List of the operators that are overloadable, in their \"identifier "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 t nil
c++ '("new" "delete" ;; Can be followed by "[]" but we ignore that. 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-const c-brace-list-decl-kwds)))
(c-lang-defconst c-defun-type-name-decl-key (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))) 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-defvar c-defun-type-name-decl-key
(c-lang-const 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 (c-lang-defconst c-equals-nontype-decl-key
;; An unadorned regular expression which matches any member of ;; 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) t (when (c-lang-const c-equals-nontype-decl-kwds)
(c-make-keywords-re nil (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 (c-lang-defvar c-equals-nontype-decl-key
@ -4486,7 +4486,7 @@ accomplish that conveniently."
(error (error
(if current-var (if current-var
(message (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) current-var err)
(signal (car err) (cdr err))))))) (signal (car err) (cdr err)))))))
)) ))

View file

@ -1391,7 +1391,7 @@ Note that the style variables are always made local to the buffer."
(defvar c-bc-changed-stringiness nil) (defvar c-bc-changed-stringiness nil)
;; Non-nil when, in a before-change function, the deletion of a range of text ;; 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 ;; 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) (defun c-remove-string-fences (&optional here)
;; The character after HERE (default point) is either a string delimiter or ;; 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 ;; This function is called exclusively as an after-change function via
;; `c-before-font-lock-functions'. In C++ Mode, it should come before ;; `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. (let (lit-start ; Don't calculate this till we have to.
lim) lim)
(when (when

View file

@ -266,7 +266,7 @@ extends to the end of the match for the regular expression."
:type 'regexp) :type 'regexp)
(defcustom idlwave-use-last-hang-indent nil (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 :group 'idlwave-code-formatting
:type 'boolean) :type 'boolean)

View file

@ -578,7 +578,7 @@ the {...} holes that appear within f-strings."
;; FIXME: This will fail to properly highlight strings appearing ;; FIXME: This will fail to properly highlight strings appearing
;; within the {...} of an f-string. ;; within the {...} of an f-string.
;; We could presumably fix it by running ;; 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 ;; `sm-c--cpp-fontify-syntactically', for example) after removing
;; the `face' property, but I'm not sure it's worth the effort and ;; the `face' property, but I'm not sure it's worth the effort and
;; the risks. ;; the risks.

View file

@ -1795,7 +1795,7 @@ can also be used to fill comments.
\\{css-mode-map}" \\{css-mode-map}"
(when (treesit-ready-p 'css) (when (treesit-ready-p 'css)
;; Borrowed from `css-native-mode'. ;; Borrowed from `css-mode'.
(add-hook 'completion-at-point-functions (add-hook 'completion-at-point-functions
#'css-completion-at-point nil 'local) #'css-completion-at-point nil 'local)
(setq-local fill-paragraph-function #'css-fill-paragraph) (setq-local fill-paragraph-function #'css-fill-paragraph)

View file

@ -610,7 +610,7 @@ to QUERY. For example,
For each QUERY, a :language keyword and a :feature keyword are For each QUERY, a :language keyword and a :feature keyword are
required. Each query's :feature is a symbol summarizing what the required. Each query's :feature is a symbol summarizing what the
query fontifies. It is used to allow users to enable/disable 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: Other keywords include:
KEYWORD VALUE DESCRIPTION KEYWORD VALUE DESCRIPTION

View file

@ -1561,7 +1561,7 @@ Argument BACKEND is the backend to use."
(insert-file-contents file) (insert-file-contents file)
(split-string (buffer-string) "\n" t))) (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) (defun vc--add-line (string file)
"Add STRING as a line to FILE." "Add STRING as a line to FILE."
(with-current-buffer (find-file-noselect file) (with-current-buffer (find-file-noselect file)

View file

@ -295,7 +295,7 @@ init_treesit_functions (void)
a node. But since we can just retrieve a new node, it shouldn't a node. But since we can just retrieve a new node, it shouldn't
be a limitation. 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 parser, mainly because I don't think they are really necessary
in Emacs's use cases. 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 when 1) language is not set (impossible in Emacs because the user
has to supply a language to create a parser), 2) parse canceled has to supply a language to create a parser), 2) parse canceled
due to timeout (impossible because we don't set a timeout), 3) 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 don't set the flag). (See comments for ts_parser_parse in
tree_sitter/api.h.) */ tree_sitter/api.h.) */
if (new_tree == NULL) if (new_tree == NULL)

View file

@ -36,6 +36,6 @@
(0.1 ":joe!~u@awyxgybtkx7uq.irc PRIVMSG #chan :mike: Why, will shall break it; will, and nothing else.") (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.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 ":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)) ((drop 0 DROP))

View file

@ -36,6 +36,6 @@
(0.1 ":joe!~u@awyxgybtkx7uq.irc PRIVMSG #chan :mike: Why, will shall break it; will, and nothing else.") (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.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 ":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)) ((linger 1 LINGER))

View file

@ -30,4 +30,4 @@
(0 ":irc.barnet.org 329 tester #chan 1620805269") (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.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 ":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."))

View file

@ -29,4 +29,4 @@
(0 ":irc.foonet.org 329 tester #chan 1620805269") (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.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 ":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."))

View file

@ -122,7 +122,7 @@
Don't set it globally, the functions should be let-bound.") Don't set it globally, the functions should be let-bound.")
(defun vc-test--revision-granularity-function (backend) (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)) (vc-call-backend backend 'revision-granularity))
(defun vc-test--create-repo-function (backend) (defun vc-test--create-repo-function (backend)