]> git.eshelyaron.com Git - emacs.git/commit
; Remove various duplicated words
authorMattias Engdegård <mattiase@acm.org>
Fri, 24 Sep 2021 12:18:57 +0000 (14:18 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 25 Sep 2021 18:25:01 +0000 (20:25 +0200)
commit32de11d8deff2c4df6d3f8a7b0de8d81980a91e4
tree89129e66a9e449a1b81d6dc1f8d24a332cc9dfa1
parent0b099e34dc726c3ed0e7b63028f42c2a2720ba7c
; 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.
12 files changed:
doc/lispref/searching.texi
doc/lispref/strings.texi
doc/misc/modus-themes.org
etc/NEWS
lisp/find-file.el
lisp/gnus/gnus-group.el
lisp/progmodes/cc-langs.el
lisp/progmodes/flymake.el
lisp/progmodes/xref.el
lisp/transient.el
src/alloc.c
src/regex-emacs.c