aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-03-25 10:38:28 +0000
committerJuri Linkov2004-03-25 10:38:28 +0000
commitc4131d962cdc5b0ed67ad245d5d337a00284795a (patch)
treedc89fd8d738d3258b8c43d408f7c59f7b533ec61
parent723549106226fa072fefbb26ac493a392adde689 (diff)
downloademacs-c4131d962cdc5b0ed67ad245d5d337a00284795a.tar.gz
emacs-c4131d962cdc5b0ed67ad245d5d337a00284795a.zip
* international/mule.el (keyboard-coding-system): Fix docstring.
-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 5ba23ce9514..8c95becaf21 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1249,7 +1249,7 @@ See Info node `Specify Coding' and Info node `Single-Byte Character Support'.
1249On non-windowing terminals, this is set from the locale by default. 1249On non-windowing terminals, this is set from the locale by default.
1250 1250
1251Setting this variable directly does not take effect; 1251Setting this variable directly does not take effect;
1252use either M-x customize or \\[set-keyboard-coding-system]." 1252use either \\[customize] or \\[set-keyboard-coding-system]."
1253 :type '(coding-system :tag "Coding system") 1253 :type '(coding-system :tag "Coding system")
1254 :link '(info-link "(emacs)Specify Coding") 1254 :link '(info-link "(emacs)Specify Coding")
1255 :link '(info-link "(emacs)Single-Byte Character Support") 1255 :link '(info-link "(emacs)Single-Byte Character Support")