branch: externals/auctex
commit a4576a1d354d6ff1d94e7e2351733f4c5974ea7b
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>

    ; * 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