From 7eca80b20444f7bd7bcb6a66a9054e029f0e7013 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 25 Jan 2022 14:15:36 +0200 Subject: [PATCH] ; * src/composite.c (syms_of_composite) : Doc fix. --- src/composite.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/composite.c b/src/composite.c index 711284ba6fc..a4db66b92d8 100644 --- a/src/composite.c +++ b/src/composite.c @@ -2064,7 +2064,8 @@ The default value is the function `compose-chars-after'. */); Use the command `auto-composition-mode' to change this variable. If this variable is a string, `auto-composition-mode' will be disabled in -buffers displayed on a terminal whose type compares equal to this string. */); +buffers displayed on a terminal whose type, as reported by `tty-type', +compares equal to that string. */); Vauto_composition_mode = Qt; DEFVAR_LISP ("auto-composition-function", Vauto_composition_function, -- 2.39.2