aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorMattias EngdegÄrd2021-09-24 14:18:57 +0200
committerMattias EngdegÄrd2021-09-25 20:25:01 +0200
commit32de11d8deff2c4df6d3f8a7b0de8d81980a91e4 (patch)
tree89129e66a9e449a1b81d6dc1f8d24a332cc9dfa1 /src/alloc.c
parent0b099e34dc726c3ed0e7b63028f42c2a2720ba7c (diff)
downloademacs-32de11d8deff2c4df6d3f8a7b0de8d81980a91e4.tar.gz
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 'src/alloc.c')
-rw-r--r--src/alloc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 4ea337ddbaa..0895a0f52aa 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1929,8 +1929,7 @@ allocate_string_data (struct Lisp_String *s,
1929 The character is at byte offset CIDX_BYTE in the string. 1929 The character is at byte offset CIDX_BYTE in the string.
1930 The character being replaced is CLEN bytes long, 1930 The character being replaced is CLEN bytes long,
1931 and the character that will replace it is NEW_CLEN bytes long. 1931 and the character that will replace it is NEW_CLEN bytes long.
1932 Return the address of where the caller should store the 1932 Return the address where the caller should store the new character. */
1933 the new character. */
1934 1933
1935unsigned char * 1934unsigned char *
1936resize_string_data (Lisp_Object string, ptrdiff_t cidx_byte, 1935resize_string_data (Lisp_Object string, ptrdiff_t cidx_byte,