diff options
| author | Paul Eggert | 2014-01-09 23:10:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-09 23:10:37 -0800 |
| commit | 06827ec8428b897a38dc0532ee3d2070ae07aba1 (patch) | |
| tree | 506e150528a6192807e1db37fa82846a1d27752e /lisp/term | |
| parent | dad6fae7481c35aa1ff9491f789b860aaa898dec (diff) | |
| download | emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.tar.gz emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.zip | |
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')
| -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. | |||
| 55 | terminal mode as on an X console. If there are differences, you can bet | 55 | terminal mode as on an X console. If there are differences, you can bet |
| 56 | they'll frustrate you after you've forgotten about them. | 56 | they'll frustrate you after you've forgotten about them. |
| 57 | 57 | ||
| 58 | For another, the X keysms provide a standard set of names that Emacs knows | 58 | For another, the X keysyms provide a standard set of names that Emacs knows |
| 59 | about. It tries to bind many of them to useful things at startup, before your | 59 | about. It tries to bind many of them to useful things at startup, before your |
| 60 | .emacs is read (so you can override them). In some ways, the X keysym standard | 60 | .emacs is read (so you can override them). In some ways, the X keysym standard |
| 61 | is a admittedly poor one; it's incomplete, and not well matched to the set of | 61 | is a admittedly poor one; it's incomplete, and not well matched to the set of |