emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2d4d6f1a3f 1/2: ; * src/fns.c (concat_strings): Add missing space


From: Andrea Corallo
Subject: master 2d4d6f1a3f 1/2: ; * src/fns.c (concat_strings): Add missing space.
Date: Tue, 25 Jan 2022 16:20:38 -0500 (EST)

branch: master
commit 2d4d6f1a3fb292588f6506e4890117836ae541dd
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    ;* src/fns.c (concat_strings): Add missing space.
---
 src/fns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fns.c b/src/fns.c
index 13b2cf944b..87237f3b5e 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];



reply via email to

[Prev in Thread] Current Thread [Next in Thread]