emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex a4576a1 49/67: ; * tex.el (TeX-math-toggle-off-i


From: Tassilo Horn
Subject: [elpa] externals/auctex a4576a1 49/67: ; * tex.el (TeX-math-toggle-off-input-method): Fix doc string.
Date: Fri, 8 Feb 2019 11:40:38 -0500 (EST)

branch: externals/auctex
commit a4576a1d354d6ff1d94e7e2351733f4c5974ea7b
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    ; * tex.el (TeX-math-toggle-off-input-method): Fix doc string.
---
 tex.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tex.el b/tex.el
index 2e6ec0c..1367d4f 100644
--- a/tex.el
+++ b/tex.el
@@ -5743,7 +5743,8 @@ See also `TeX-font-replace' and 
`TeX-font-replace-function'."
          (regexp-quote TeX-dollar-string)))
 
 (defcustom TeX-math-toggle-off-input-method t
-  "*If non-nil, auto toggle off CJK input methods when entering math mode."
+  "If non-nil, auto turn off some input methods when entering math mode.
+See `TeX-math-input-method-off-regexp'."
   :group 'TeX-macro
   :type 'boolean)
 



reply via email to

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