diff options
| author | Richard M. Stallman | 1997-06-07 06:20:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-07 06:20:06 +0000 |
| commit | aad1beef6657e46da6e3c24b576e61b6c4c8cbc9 (patch) | |
| tree | 239ec88103d805e889293d6904899e2a3eaaeed5 | |
| parent | 3d48f828230b78de26082ffac48832bbeb499c20 (diff) | |
| download | emacs-aad1beef6657e46da6e3c24b576e61b6c4c8cbc9.tar.gz emacs-aad1beef6657e46da6e3c24b576e61b6c4c8cbc9.zip | |
("English"): Improve doc string.
| -rw-r--r-- | lisp/language/english.el | 3 |
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 . "\ |
| 94 | There's nothing special you should care to handle English in Emacs. | 94 | Nothing special is needed to handle English.") |
| 95 | You 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" |