diff options
| author | Glenn Morris | 2018-02-24 07:50:30 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-24 07:50:30 -0800 |
| commit | 80c2bf6e1684a05b7cdc00f4c4eba89841911c76 (patch) | |
| tree | 317b80c1b824e123480292100c7b2454f0f49779 /lisp | |
| parent | 8a23dc15077c6bbe3d80ccfcef64397e71f5765d (diff) | |
| parent | 7e7f2ea644388d6d06a4ab6690344f7f7c128141 (diff) | |
| download | emacs-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.el | 2 |
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 | |||
| 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]." |