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:
parent
c34d06e3d7
commit
7eca80b204
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue