From: Glenn Morris Date: Fri, 23 Feb 2018 20:41:29 +0000 (-0500) Subject: * lisp/international/mule.el (keyboard-coding-system): Doc fix. X-Git-Tag: emacs-26.1-rc1~165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a8ea7d49a74a669c34102016aa554d82d06ec92;p=emacs.git * lisp/international/mule.el (keyboard-coding-system): Doc fix. Since multi-tty, this is always set. --- 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 8-bit characters, you will have to use ESC to type Meta characters. See Info node `Terminal Coding' and Info node `Unibyte Mode'. -On non-windowing terminals, this is set from the locale by default. +This is set at startup based on the locale. Setting this variable directly does not take effect; use either \\[customize] or \\[set-keyboard-coding-system]."