1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

; * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.

This commit is contained in:
Eli Zaretskii 2022-01-25 14:15:36 +02:00
parent c34d06e3d7
commit 7eca80b204

View file

@ -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,