diff options
| author | Eli Zaretskii | 2021-08-18 19:10:01 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-08-18 19:10:01 +0300 |
| commit | 0d5ff75e944e765dce0e3a93ebdefa4fb6d5f356 (patch) | |
| tree | 1d7c584839f06e776e836ed12eab8a0dfd060060 /src | |
| parent | 15a8026cafad4a61a2ba5554c1a3e999244e412c (diff) | |
| download | emacs-0d5ff75e944e765dce0e3a93ebdefa4fb6d5f356.tar.gz emacs-0d5ff75e944e765dce0e3a93ebdefa4fb6d5f356.zip | |
Improve documentation of last change.
* etc/NEWS: Mention the string value of 'auto-composition-mode'.
* src/composite.c (syms_of_composite) <auto-composition-mode>: Doc
fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/composite.c b/src/composite.c index 2bde14776f3..e97f8e2b4cd 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -2059,8 +2059,8 @@ The default value is the function `compose-chars-after'. */); | |||
| 2059 | doc: /* Non-nil if Auto-Composition mode is enabled. | 2059 | doc: /* Non-nil if Auto-Composition mode is enabled. |
| 2060 | Use the command `auto-composition-mode' to change this variable. | 2060 | Use the command `auto-composition-mode' to change this variable. |
| 2061 | 2061 | ||
| 2062 | If this variable is a string, `auto-composition-mode' will be disabled | 2062 | If this variable is a string, `auto-composition-mode' will be disabled in |
| 2063 | in buffers that have a terminal type that equals this string.*/); | 2063 | buffers displayed on a terminal whose type compares equal to this string. */); |
| 2064 | Vauto_composition_mode = Qt; | 2064 | Vauto_composition_mode = Qt; |
| 2065 | 2065 | ||
| 2066 | DEFVAR_LISP ("auto-composition-function", Vauto_composition_function, | 2066 | DEFVAR_LISP ("auto-composition-function", Vauto_composition_function, |