aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-02-23 15:41:29 -0500
committerGlenn Morris2018-02-23 15:41:29 -0500
commit4a8ea7d49a74a669c34102016aa554d82d06ec92 (patch)
tree1b83695c3129d1b5baadb8f03f862bf544bc1ed4
parent8a73b80aa43862f6aadda54c3c1f2105c2cfd7f5 (diff)
downloademacs-4a8ea7d49a74a669c34102016aa554d82d06ec92.tar.gz
emacs-4a8ea7d49a74a669c34102016aa554d82d06ec92.zip
* lisp/international/mule.el (keyboard-coding-system): Doc fix.
Since multi-tty, this is always set.
-rw-r--r--lisp/international/mule.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 3e6e6435719..4d0081f5779 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1492,7 +1492,7 @@ If you set this on a terminal which can't distinguish Meta keys from
14928-bit characters, you will have to use ESC to type Meta characters. 14928-bit characters, you will have to use ESC to type Meta characters.
1493See Info node `Terminal Coding' and Info node `Unibyte Mode'. 1493See Info node `Terminal Coding' and Info node `Unibyte Mode'.
1494 1494
1495On non-windowing terminals, this is set from the locale by default. 1495This is set at startup based on the locale.
1496 1496
1497Setting this variable directly does not take effect; 1497Setting this variable directly does not take effect;
1498use either \\[customize] or \\[set-keyboard-coding-system]." 1498use either \\[customize] or \\[set-keyboard-coding-system]."