# HG changeset patch # User Juri Linkov # Date 1080211108 0 # Node ID f357f325cc85ec95b2cb025a658216698359d976 # Parent 7a108b5784bb98317da9bf6c5b66ad1b3e93d9b8 * international/mule.el (keyboard-coding-system): Fix docstring. diff -r 7a108b5784bb -r f357f325cc85 lisp/international/mule.el --- a/lisp/international/mule.el Thu Mar 25 10:36:55 2004 +0000 +++ b/lisp/international/mule.el Thu Mar 25 10:38:28 2004 +0000 @@ -1249,7 +1249,7 @@ On non-windowing terminals, this is set from the locale by default. Setting this variable directly does not take effect; -use either M-x customize or \\[set-keyboard-coding-system]." +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")