aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-07 06:20:06 +0000
committerRichard M. Stallman1997-06-07 06:20:06 +0000
commitaad1beef6657e46da6e3c24b576e61b6c4c8cbc9 (patch)
tree239ec88103d805e889293d6904899e2a3eaaeed5
parent3d48f828230b78de26082ffac48832bbeb499c20 (diff)
downloademacs-aad1beef6657e46da6e3c24b576e61b6c4c8cbc9.tar.gz
emacs-aad1beef6657e46da6e3c24b576e61b6c4c8cbc9.zip
("English"): Improve doc string.
-rw-r--r--lisp/language/english.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/language/english.el b/lisp/language/english.el
index 05456640391..34fceebaaf6 100644
--- a/lisp/language/english.el
+++ b/lisp/language/english.el
@@ -91,8 +91,7 @@ The default status is as follows.
91 (charset . (ascii)) 91 (charset . (ascii))
92 (sample-text . "Hello!, Hi!, How are you?") 92 (sample-text . "Hello!, Hi!, How are you?")
93 (documentation . "\ 93 (documentation . "\
94There's nothing special you should care to handle English in Emacs. 94Nothing special is needed to handle English.")
95You can use English both with enable-multibyte-characters t and nil.")
96 )) 95 ))
97 96
98(register-input-method "English" 97(register-input-method "English"