From a645c3bee74ce40f32b9f37f9b564b30fbe4dd7f Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 6 Feb 2022 11:28:29 +0800 Subject: [PATCH] ; * src/xfns.c (x_encode_text): Fix comment. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index baa643bde07..51e4ed0e2fc 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1949,7 +1949,7 @@ x_set_scroll_bar_background (struct frame *f, Lisp_Object value, Lisp_Object old /* Encode Lisp string STRING as a text in a format appropriate for - XICCC (X Inter Client Communication Conventions). + the ICCCM (Inter Client Communication Conventions Manual). If STRING contains only ASCII characters, do no conversion and return the string data of STRING. Otherwise, encode the text by -- 2.39.5