summaryrefslogtreecommitdiff
path: root/lisp/transient.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2021-09-24 14:18:57 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2021-09-25 20:25:01 +0200
commit32de11d8deff2c4df6d3f8a7b0de8d81980a91e4 (patch)
tree89129e66a9e449a1b81d6dc1f8d24a332cc9dfa1 /lisp/transient.el
parent0b099e34dc726c3ed0e7b63028f42c2a2720ba7c (diff)
downloademacs-32de11d8deff2c4df6d3f8a7b0de8d81980a91e4.tar.gz
emacs-32de11d8deff2c4df6d3f8a7b0de8d81980a91e4.tar.bz2
emacs-32de11d8deff2c4df6d3f8a7b0de8d81980a91e4.zip
; Remove various duplicated words
* doc/lispref/searching.texi (Extending Rx): * doc/lispref/strings.texi (Creating Strings): * doc/misc/modus-themes.org (Measure color contrast (DIY)): * etc/NEWS: * lisp/find-file.el (ff-find-other-file): * lisp/gnus/gnus-group.el (gnus-group-suspend): * lisp/progmodes/cc-langs.el (c-ml-string-any-closer-re): * lisp/progmodes/flymake.el (flymake-list-only-diagnostics): * lisp/progmodes/xref.el (xref--group-name-for-display): * lisp/transient.el (transient-child, transient-files) (transient-infix-value): * src/alloc.c: * src/regex-emacs.c (regex_compile): Remove duplicate words in comments, documentation etc.
Diffstat (limited to 'lisp/transient.el')
-rw-r--r--lisp/transient.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/transient.el b/lisp/transient.el
index f3d3902a77e..c33a4c722a0 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -640,7 +640,7 @@ the prototype is stored in the clone's `prototype' slot.")
:initarg :if-not-derived
:initform nil
:documentation "Enable if major-mode does not derive from value."))
- "Abstract superclass for group and and suffix classes.
+ "Abstract superclass for group and suffix classes.
It is undefined what happens if more than one `if*' predicate
slot is non-nil."
@@ -729,7 +729,7 @@ slot is non-nil."
(defclass transient-files (transient-infix) ()
"Class used for the \"--\" argument.
All remaining arguments are treated as files.
-They become the value of this this argument.")
+They become the value of this argument.")
;;;; Group
@@ -2736,7 +2736,7 @@ Usually only infixes have a value, but see the method for
(cl-defmethod transient-infix-value ((_ transient-suffix))
"Return nil, which means \"no value\".
-Infix arguments contribute the the transient's value while suffix
+Infix arguments contribute the transient's value while suffix
commands consume it. This function is called for suffixes anyway
because a command that both contributes to the transient's value
and also consumes it is not completely unconceivable.