aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2018-02-24 07:50:30 -0800
committerGlenn Morris2018-02-24 07:50:30 -0800
commit80c2bf6e1684a05b7cdc00f4c4eba89841911c76 (patch)
tree317b80c1b824e123480292100c7b2454f0f49779 /lisp
parent8a23dc15077c6bbe3d80ccfcef64397e71f5765d (diff)
parent7e7f2ea644388d6d06a4ab6690344f7f7c128141 (diff)
downloademacs-80c2bf6e1684a05b7cdc00f4c4eba89841911c76.tar.gz
emacs-80c2bf6e1684a05b7cdc00f4c4eba89841911c76.zip
Merge from origin/emacs-26
7e7f2ea (origin/emacs-26) * src/keyboard.c (syms_of_keyboard): Doc fi... c0676d4 Improve documentation of X resources d806d69 ; Use @minus for negative numbers in some texi files 4a8ea7d * lisp/international/mule.el (keyboard-coding-system): Doc fix. 8a73b80 Minor doc fixes, mostly for timestamp issues 361a8b9 * doc/emacs/mini.texi (Completion Styles): Improve indexing. 2dc24d5 Fix @findex and @vindex entries in manuals 76f5242 Document, in the Elisp manual, how to get a character's raw s... 5fb2957 Improvements in the Emacs manual de17b8e Tiny doc/misc markup fixes
Diffstat (limited to 'lisp')
-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 3be1e9e2877..a5e7477e758 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]."