diff options
-rw-r--r-- | src/composite.c | 3 |
1 files changed, 2 insertions, 1 deletions
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, |