diff options
| -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") |