diff options
| author | Juri Linkov | 2004-03-25 10:38:28 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-03-25 10:38:28 +0000 |
| commit | c4131d962cdc5b0ed67ad245d5d337a00284795a (patch) | |
| tree | dc89fd8d738d3258b8c43d408f7c59f7b533ec61 | |
| parent | 723549106226fa072fefbb26ac493a392adde689 (diff) | |
| download | emacs-c4131d962cdc5b0ed67ad245d5d337a00284795a.tar.gz emacs-c4131d962cdc5b0ed67ad245d5d337a00284795a.zip | |
* international/mule.el (keyboard-coding-system): Fix docstring.
| -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 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'. | |||
| 1249 | On non-windowing terminals, this is set from the locale by default. | 1249 | On non-windowing terminals, this is set from the locale by default. |
| 1250 | 1250 | ||
| 1251 | Setting this variable directly does not take effect; | 1251 | Setting this variable directly does not take effect; |
| 1252 | use either M-x customize or \\[set-keyboard-coding-system]." | 1252 | use 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") |