From ebef6d93760543f91b1343e0c3458a554d920a5e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 30 Mar 1999 21:38:20 +0000 Subject: [PATCH] (current-language-environment): Doc fix. --- lisp/international/mule-cmds.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index cc387c32d47..fb22fa1f5f4 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1126,8 +1126,8 @@ This hook is mainly used for canceling the effect of (defcustom current-language-environment "English" "The last language environment specified with `set-language-environment'. -This variable should only be set with Customize, which is equivalent -to using `set-language-environment'." +This variable should be set only with \\[customize], which is equivalent +to using the function `set-language-environment'." :link '(custom-manual "(emacs)Language Environments") :set (lambda (symbol value) (set-language-environment value)) :get (lambda (x) -- 2.39.2