diff options
| author | Glenn Morris | 2018-02-23 15:41:29 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-23 15:41:29 -0500 |
| commit | 4a8ea7d49a74a669c34102016aa554d82d06ec92 (patch) | |
| tree | 1b83695c3129d1b5baadb8f03f862bf544bc1ed4 | |
| parent | 8a73b80aa43862f6aadda54c3c1f2105c2cfd7f5 (diff) | |
| download | emacs-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.el | 2 |
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 | |||
| 1492 | 8-bit characters, you will have to use ESC to type Meta characters. | 1492 | 8-bit characters, you will have to use ESC to type Meta characters. |
| 1493 | See Info node `Terminal Coding' and Info node `Unibyte Mode'. | 1493 | See Info node `Terminal Coding' and Info node `Unibyte Mode'. |
| 1494 | 1494 | ||
| 1495 | On non-windowing terminals, this is set from the locale by default. | 1495 | This is set at startup based on the locale. |
| 1496 | 1496 | ||
| 1497 | Setting this variable directly does not take effect; | 1497 | Setting this variable directly does not take effect; |
| 1498 | use either \\[customize] or \\[set-keyboard-coding-system]." | 1498 | use either \\[customize] or \\[set-keyboard-coding-system]." |