summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2022-01-25 22:05:05 +0100
committerAndrea Corallo <akrl@sdf.org>2022-01-25 22:05:05 +0100
commit2d4d6f1a3fb292588f6506e4890117836ae541dd (patch)
tree4a9f6aa4158809d57c34bb50239e1ca73f314c5b /src/fns.c
parentf4ed3f39c979f101e523ff1073ffe364d5c44501 (diff)
downloademacs-2d4d6f1a3fb292588f6506e4890117836ae541dd.tar.gz
;* src/fns.c (concat_strings): Add missing space.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 13b2cf944bf..87237f3b5e4 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -848,7 +848,7 @@ concat_strings (ptrdiff_t nargs, Lisp_Object *args)
if (dest_multibyte && some_unibyte)
{
/* Non-ASCII characters in unibyte strings take two bytes when
- converted to multibyte -- count them and adjust the total. */
+ converted to multibyte -- count them and adjust the total. */
for (ptrdiff_t i = 0; i < nargs; i++)
{
Lisp_Object arg = args[i];