emacs-diffs
[Top][All Lists]
Advanced

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

master d25cb37694: ; * src/fns.c (concat_strings): Fix comment style.


From: Eli Zaretskii
Subject: master d25cb37694: ; * src/fns.c (concat_strings): Fix comment style.
Date: Tue, 25 Jan 2022 12:13:27 -0500 (EST)

branch: master
commit d25cb37694de446e6dd1095f489d5436ea9e20ae
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/fns.c (concat_strings): Fix comment style.
---
 src/fns.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/fns.c b/src/fns.c
index 986e26f6ae..13b2cf944b 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -847,8 +847,8 @@ concat_strings (ptrdiff_t nargs, Lisp_Object *args)
 
   if (dest_multibyte && some_unibyte)
     {
-      // Non-ASCII chars in unibyte strings take two bytes when
-      // converted to multibyte -- count them and adjust the total.
+      /* Non-ASCII characters in unibyte strings take two bytes when
+        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]