diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-10-12 06:13:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-10-12 06:13:42 +0000 |
commit | b0648a00903a813b220ebd6435279b9e6cd4707d (patch) | |
tree | 81ba8dd7fcdace1819f8fac0b245d3c227548b64 /lisp/international | |
parent | 9ac425d1692c65c6c517e2d7d0c12c4295b80ef2 (diff) | |
download | emacs-b0648a00903a813b220ebd6435279b9e6cd4707d.tar.gz |
(setup-specified-language-environment): Add apropos-inhibit property.
(describe-specified-language-support): Likewise.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/mule-cmds.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index f23316a71c7..266ad0c83f2 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1037,6 +1037,8 @@ is still bound to the language environment being exited. This hook is mainly used for canceling the effect of `set-language-environment-hook' (which-see).") +(put 'setup-specified-language-environment 'apropos-inhibit t) + (defun setup-specified-language-environment () "Switch to a specified language environment." (interactive) @@ -1239,6 +1241,8 @@ specifies the character set for the major languages of Western Europe." (while args (princ (car args)) (setq args (cdr args))) (princ "\n")) +(put 'describe-specified-language-support 'apropos-inhibit t) + ;; Print a language specific information such as input methods, ;; charsets, and coding systems. This function is intended to be ;; called from the menu: |