# HG changeset patch # User Eli Zaretskii # Date 1145622144 0 # Node ID eadcb9a07042f0c2ba2433e59da47abc2e6feb48 # Parent 83138aafe4a77a3f2c6e26a8563def7d8f2c9435 (keyboard-coding-system): defcustom info-link fixes: "Specify Coding" has been split, keyboard now in "Terminal Coding", and "Single-Byte Character Support" is now "Unibyte Mode". diff -r 83138aafe4a7 -r eadcb9a07042 lisp/international/mule.el --- a/lisp/international/mule.el Fri Apr 21 12:06:53 2006 +0000 +++ b/lisp/international/mule.el Fri Apr 21 12:22:24 2006 +0000 @@ -1281,15 +1281,15 @@ "Specify coding system for keyboard input. 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 `Specify Coding' and Info node `Single-Byte Character Support'. +See Info node `Terminal Coding' and Info node `Unibyte Mode'. On non-windowing terminals, this is set from the locale by default. Setting this variable directly does not take effect; use either \\[customize] or \\[set-keyboard-coding-system]." :type '(coding-system :tag "Coding system") - :link '(info-link "(emacs)Specify Coding") - :link '(info-link "(emacs)Single-Byte Character Support") + :link '(info-link "(emacs)Terminal Coding") + :link '(info-link "(emacs)Unibyte Mode") :set (lambda (symbol value) ;; Don't load encoded-kbd-mode unnecessarily. (if (or value (boundp 'encoded-kbd-mode))