From: Eli Zaretskii Date: Tue, 25 Jan 2022 12:15:36 +0000 (+0200) Subject: ; * src/composite.c (syms_of_composite) : Doc fix. X-Git-Tag: emacs-28.0.92~84 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7eca80b20444f7bd7bcb6a66a9054e029f0e7013;p=emacs.git ; * src/composite.c (syms_of_composite) : Doc fix. --- 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,