diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:12:17 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:12:17 +0000 |
commit | fea6b73606311da892df894905847418b91f0152 (patch) | |
tree | c32e50c59a78965aaac99c887f93f12ccd6e9fd9 /lisp/international | |
parent | 3bf04f2fadfbe037ecd110788d68416a12c9946d (diff) | |
download | emacs-fea6b73606311da892df894905847418b91f0152.tar.gz |
(select-safe-coding-system-accept-default-p, input-method-exit-on-invalid-key):
Fix spellings in docstrings.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/mule-cmds.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 72bc84762a1..f52e0e85b59 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -624,7 +624,7 @@ then call `write-region', then afterward this variable will be non-nil only if the user was explicitly asked and specified a coding system.") (defvar select-safe-coding-system-accept-default-p nil - "If non-nil, a function to control the behaviour of coding system selection. + "If non-nil, a function to control the behavior of coding system selection. The meaning is the same as the argument ACCEPT-DEFAULT-P of the function `select-safe-coding-system' (which see). This variable overrides that argument.") @@ -1569,7 +1569,7 @@ at point in the current buffer. But, if this flag is non-nil, it displays them in echo area instead.") (defvar input-method-exit-on-invalid-key nil - "This flag controls the behaviour of an input method on invalid key input. + "This flag controls the behavior of an input method on invalid key input. Usually, when a user types a key which doesn't start any character handled by the input method, the key is handled by turning off the input method temporarily. After that key, the input method is re-enabled. @@ -1846,7 +1846,7 @@ specifies the character set for the major languages of Western Europe." ;; Don't invoke fontset-related functions if fontsets aren't ;; supported in this build of Emacs. (when (fboundp 'fontset-list) - (let ((overriding-fontspec (get-language-info language-name + (let ((overriding-fontspec (get-language-info language-name 'overriding-fontspec))) (if overriding-fontspec (set-overriding-fontspec-internal overriding-fontspec)))) |