diff options
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 d5453e1a8a7..4ab1a4300db 100644 --- a/lisp/term/README +++ b/lisp/term/README | |||
| @@ -60,7 +60,7 @@ they'll frustrate you after you've forgotten about them. | |||
| 60 | For another, the X keysyms provide a standard set of names that Emacs knows | 60 | For another, the X keysyms provide a standard set of names that Emacs knows |
| 61 | about. It tries to bind many of them to useful things at startup, before your | 61 | about. It tries to bind many of them to useful things at startup, before your |
| 62 | .emacs is read (so you can override them). In some ways, the X keysym standard | 62 | .emacs is read (so you can override them). In some ways, the X keysym standard |
| 63 | is a admittedly poor one; it's incomplete, and not well matched to the set of | 63 | is an admittedly poor one; it's incomplete, and not well matched to the set of |
| 64 | 'virtual keys' that UNIX terminfo(3) provides. But, trust us, the alternatives | 64 | 'virtual keys' that UNIX terminfo(3) provides. But, trust us, the alternatives |
| 65 | were worse. | 65 | were worse. |
| 66 | 66 | ||