aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-02-06 11:28:29 +0800
committerPo Lu2022-02-06 11:30:22 +0800
commita645c3bee74ce40f32b9f37f9b564b30fbe4dd7f (patch)
treec69c866f778cac5402207a45ee155039eae48728 /src
parenta3ee390cf7787abde7e6b625f2cd32bad3d29e90 (diff)
downloademacs-a645c3bee74ce40f32b9f37f9b564b30fbe4dd7f.tar.gz
emacs-a645c3bee74ce40f32b9f37f9b564b30fbe4dd7f.zip
; * src/xfns.c (x_encode_text): Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
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
1949 1949
1950 1950
1951/* Encode Lisp string STRING as a text in a format appropriate for 1951/* Encode Lisp string STRING as a text in a format appropriate for
1952 XICCC (X Inter Client Communication Conventions). 1952 the ICCCM (Inter Client Communication Conventions Manual).
1953 1953
1954 If STRING contains only ASCII characters, do no conversion and 1954 If STRING contains only ASCII characters, do no conversion and
1955 return the string data of STRING. Otherwise, encode the text by 1955 return the string data of STRING. Otherwise, encode the text by