]> git.eshelyaron.com Git - emacs.git/commitdiff
(encoded-kbd-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 22 Apr 1998 02:34:39 +0000 (02:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 22 Apr 1998 02:34:39 +0000 (02:34 +0000)
lisp/international/encoded-kb.el

index e265175f622d2233b299f092d563761dcc211750..8cc4850e4a1130393157c7ec6f765e8d8a568735 100644 (file)
@@ -241,12 +241,12 @@ The following key sequence may cause multilingual text insertion."
 With arg, turn Encoded-kbd mode on if and only if arg is positive.
 
 You should not turn this mode on manually, instead use the command
-`set-keyboard-coding-system' which turns on or off this mode
+\\[set-keyboard-coding-system] which turns on or off this mode
 automatically.
 
 In Encoded-kbd mode, a text sent from keyboard is accepted
 as a multilingual text encoded in a coding system set by
-`set-keyboard-coding-system'."
+\\[set-keyboard-coding-system]."
   (if encoded-kbd-mode
       ;; We must at first reset input-mode to the original.
       (apply 'set-input-mode saved-input-mode))