diff options
| author | Richard M. Stallman <rms@gnu.org> | 1998-06-27 17:48:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1998-06-27 17:48:27 +0000 |
| commit | 26471f0600f26c613d7ce7ca25b0ed6b2395a1a5 (patch) | |
| tree | 7fadc8c65dfc636885c390cfd5c1784a6ad0ea19 /lisp | |
| parent | 16f06ce000aef729efa58d49157221ad96734f18 (diff) | |
| download | emacs-26471f0600f26c613d7ce7ca25b0ed6b2395a1a5.tar.gz | |
(set-keyboard-coding-system): Doc typo.
Diffstat (limited to 'lisp')
| -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 a1a863c064c..da7a8962dc5 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -711,7 +711,7 @@ See also the command `set-keyboard-coding-system'.") (defun set-keyboard-coding-system (coding-system) "Set coding system for keyboard input to CODING-SYSTEM. In addition, this command enables Encoded-kbd minor mode. -\(If CODING-SYSTEM is nil, Encoded-bkd mode is turned off.) +\(If CODING-SYSTEM is nil, Encoded-kbd mode is turned off.) For a list of possible values of CODING-SYSTEM, use \\[list-coding-systems]. The default is determined by the selected language environment or by the previous use of this command." |
