emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 7eca80b204: ; * src/composite.c (syms_of_composite) <auto-compo


From: Eli Zaretskii
Subject: emacs-28 7eca80b204: ; * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.
Date: Tue, 25 Jan 2022 07:16:19 -0500 (EST)

branch: emacs-28
commit 7eca80b20444f7bd7bcb6a66a9054e029f0e7013
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.
---
 src/composite.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/composite.c b/src/composite.c
index 711284ba6f..a4db66b92d 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]