changeset 21700:e225fec97357

(encoded-kbd-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 22 Apr 1998 02:34:39 +0000
parents 0efd327e498c
children bb90823eec2c
files lisp/international/encoded-kb.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/encoded-kb.el	Wed Apr 22 02:14:55 1998 +0000
+++ b/lisp/international/encoded-kb.el	Wed Apr 22 02:34:39 1998 +0000
@@ -241,12 +241,12 @@
 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))