aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2022-01-25 14:15:36 +0200
committerEli Zaretskii2022-01-25 14:15:36 +0200
commit7eca80b20444f7bd7bcb6a66a9054e029f0e7013 (patch)
tree998a22de79e8818bec5d28c261f7e894ec652b26 /src
parentc34d06e3d75bfbea2605e3ae292850175ce5c235 (diff)
downloademacs-7eca80b20444f7bd7bcb6a66a9054e029f0e7013.tar.gz
emacs-7eca80b20444f7bd7bcb6a66a9054e029f0e7013.zip
; * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/composite.c3
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'. */);
2064Use the command `auto-composition-mode' to change this variable. 2064Use the command `auto-composition-mode' to change this variable.
2065 2065
2066If this variable is a string, `auto-composition-mode' will be disabled in 2066If this variable is a string, `auto-composition-mode' will be disabled in
2067buffers displayed on a terminal whose type compares equal to this string. */); 2067buffers displayed on a terminal whose type, as reported by `tty-type',
2068compares equal to that string. */);
2068 Vauto_composition_mode = Qt; 2069 Vauto_composition_mode = Qt;
2069 2070
2070 DEFVAR_LISP ("auto-composition-function", Vauto_composition_function, 2071 DEFVAR_LISP ("auto-composition-function", Vauto_composition_function,