]> git.eshelyaron.com Git - emacs.git/commitdiff
;* src/fns.c (concat_strings): Add missing space.
authorAndrea Corallo <akrl@sdf.org>
Tue, 25 Jan 2022 21:05:05 +0000 (22:05 +0100)
committerAndrea Corallo <akrl@sdf.org>
Tue, 25 Jan 2022 21:05:05 +0000 (22:05 +0100)
src/fns.c

index 13b2cf944bf73889cdfa3b2d72d2ad580c85d2ff..87237f3b5e46057ac5b9418fd1a005c3462cb4b2 100644 (file)
--- 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];