diff options
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, |