diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-09 23:10:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-09 23:10:37 -0800 |
commit | 06827ec8428b897a38dc0532ee3d2070ae07aba1 (patch) | |
tree | 506e150528a6192807e1db37fa82846a1d27752e /lisp/term/README | |
parent | dad6fae7481c35aa1ff9491f789b860aaa898dec (diff) | |
download | emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.tar.gz |
Spelling fixes.
* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
* woman.el (woman-mark-horizontal-position):
Rename from woman-mark-horizonal-position. Use changed.
Diffstat (limited to 'lisp/term/README')
-rw-r--r-- | lisp/term/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/README b/lisp/term/README index 3f8ff8c0d62..b8756c3873d 100644 --- a/lisp/term/README +++ b/lisp/term/README @@ -55,7 +55,7 @@ are listed in src/term.c; look for the string `keys' in that file. terminal mode as on an X console. If there are differences, you can bet they'll frustrate you after you've forgotten about them. - For another, the X keysms provide a standard set of names that Emacs knows + For another, the X keysyms provide a standard set of names that Emacs knows about. It tries to bind many of them to useful things at startup, before your .emacs is read (so you can override them). In some ways, the X keysym standard is a admittedly poor one; it's incomplete, and not well matched to the set of |