Mercurial > emacs
changeset 54546:f357f325cc85
* international/mule.el (keyboard-coding-system): Fix docstring.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 25 Mar 2004 10:38:28 +0000 |
parents | 7a108b5784bb |
children | 196d5a3197d6 |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")