aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-10 14:12:17 +0000
committerJuanma Barranquero2005-06-10 14:12:17 +0000
commitfea6b73606311da892df894905847418b91f0152 (patch)
treec32e50c59a78965aaac99c887f93f12ccd6e9fd9
parent3bf04f2fadfbe037ecd110788d68416a12c9946d (diff)
downloademacs-fea6b73606311da892df894905847418b91f0152.tar.gz
emacs-fea6b73606311da892df894905847418b91f0152.zip
(select-safe-coding-system-accept-default-p, input-method-exit-on-invalid-key):
Fix spellings in docstrings.
-rw-r--r--lisp/international/mule-cmds.el6
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
624only if the user was explicitly asked and specified a coding system.") 624only if the user was explicitly asked and specified a coding system.")
625 625
626(defvar select-safe-coding-system-accept-default-p nil 626(defvar select-safe-coding-system-accept-default-p nil
627 "If non-nil, a function to control the behaviour of coding system selection. 627 "If non-nil, a function to control the behavior of coding system selection.
628The meaning is the same as the argument ACCEPT-DEFAULT-P of the 628The meaning is the same as the argument ACCEPT-DEFAULT-P of the
629function `select-safe-coding-system' (which see). This variable 629function `select-safe-coding-system' (which see). This variable
630overrides that argument.") 630overrides that argument.")
@@ -1569,7 +1569,7 @@ at point in the current buffer.
1569But, if this flag is non-nil, it displays them in echo area instead.") 1569But, if this flag is non-nil, it displays them in echo area instead.")
1570 1570
1571(defvar input-method-exit-on-invalid-key nil 1571(defvar input-method-exit-on-invalid-key nil
1572 "This flag controls the behaviour of an input method on invalid key input. 1572 "This flag controls the behavior of an input method on invalid key input.
1573Usually, when a user types a key which doesn't start any character 1573Usually, when a user types a key which doesn't start any character
1574handled by the input method, the key is handled by turning off the 1574handled by the input method, the key is handled by turning off the
1575input method temporarily. After that key, the input method is re-enabled. 1575input 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."
1846 ;; Don't invoke fontset-related functions if fontsets aren't 1846 ;; Don't invoke fontset-related functions if fontsets aren't
1847 ;; supported in this build of Emacs. 1847 ;; supported in this build of Emacs.
1848 (when (fboundp 'fontset-list) 1848 (when (fboundp 'fontset-list)
1849 (let ((overriding-fontspec (get-language-info language-name 1849 (let ((overriding-fontspec (get-language-info language-name
1850 'overriding-fontspec))) 1850 'overriding-fontspec)))
1851 (if overriding-fontspec 1851 (if overriding-fontspec
1852 (set-overriding-fontspec-internal overriding-fontspec)))) 1852 (set-overriding-fontspec-internal overriding-fontspec))))