diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-08-18 19:10:01 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-08-18 19:10:01 +0300 |
commit | 0d5ff75e944e765dce0e3a93ebdefa4fb6d5f356 (patch) | |
tree | 1d7c584839f06e776e836ed12eab8a0dfd060060 /src | |
parent | 15a8026cafad4a61a2ba5554c1a3e999244e412c (diff) | |
download | emacs-0d5ff75e944e765dce0e3a93ebdefa4fb6d5f356.tar.gz emacs-0d5ff75e944e765dce0e3a93ebdefa4fb6d5f356.tar.bz2 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'. */); doc: /* Non-nil if Auto-Composition mode is enabled. Use the command `auto-composition-mode' to change this variable. -If this variable is a string, `auto-composition-mode' will be disabled -in buffers that have a terminal type that equals this string.*/); +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. */); Vauto_composition_mode = Qt; DEFVAR_LISP ("auto-composition-function", Vauto_composition_function, |