From: Eli Zaretskii Date: Tue, 25 Jan 2022 17:12:50 +0000 (+0200) Subject: ; * src/fns.c (concat_strings): Fix comment style. X-Git-Tag: emacs-29.0.90~2752 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d25cb37694de446e6dd1095f489d5436ea9e20ae;p=emacs.git ; * src/fns.c (concat_strings): Fix comment style. --- diff --git a/src/fns.c b/src/fns.c index 986e26f6ae3..13b2cf944bf 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];