From: Richard M. Stallman Date: Wed, 22 Apr 1998 02:34:39 +0000 (+0000) Subject: (encoded-kbd-mode): Doc fix. X-Git-Tag: emacs-20.3~1376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7e5a6321a06661c5726893463e9b574abc1edda;p=emacs.git (encoded-kbd-mode): Doc fix. --- diff --git a/lisp/international/encoded-kb.el b/lisp/international/encoded-kb.el index e265175f622..8cc4850e4a1 100644 --- a/lisp/international/encoded-kb.el +++ b/lisp/international/encoded-kb.el @@ -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))