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:
parent
17ed39cc8d
commit
5e8c62ffca
27 changed files with 38 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)))))
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)))))))
|
||||
))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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."))
|
||||
|
|
|
|||
|
|
@ -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."))
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue