diff options
| author | Eli Zaretskii | 2022-01-25 14:15:36 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-01-25 14:15:36 +0200 |
| commit | 7eca80b20444f7bd7bcb6a66a9054e029f0e7013 (patch) | |
| tree | 998a22de79e8818bec5d28c261f7e894ec652b26 /src | |
| parent | c34d06e3d75bfbea2605e3ae292850175ce5c235 (diff) | |
| download | emacs-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.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'. */); | |||
| 2064 | Use the command `auto-composition-mode' to change this variable. | 2064 | Use the command `auto-composition-mode' to change this variable. |
| 2065 | 2065 | ||
| 2066 | If this variable is a string, `auto-composition-mode' will be disabled in | 2066 | If this variable is a string, `auto-composition-mode' will be disabled in |
| 2067 | buffers displayed on a terminal whose type compares equal to this string. */); | 2067 | buffers displayed on a terminal whose type, as reported by `tty-type', |
| 2068 | compares 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, |