diff options
| author | Eli Zaretskii | 2008-10-21 14:45:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-21 14:45:34 +0000 |
| commit | 80e6b6df5e610ac878ce9751536ade0eb703ab42 (patch) | |
| tree | 5065a705e3d18022f19f9deab2dfc5d2adfd1434 /etc | |
| parent | f46684418b8b7bc11a60cd9f46292ead18dc501a (diff) | |
| download | emacs-80e6b6df5e610ac878ce9751536ade0eb703ab42.tar.gz emacs-80e6b6df5e610ac878ce9751536ade0eb703ab42.zip | |
(Serial Ports): Fix wording and improve markup.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1566,6 +1566,7 @@ invisible-p to check whether it would cause the text to be invisible. | |||
| 1566 | Convenient when checking invisibility of text with no buffer position | 1566 | Convenient when checking invisibility of text with no buffer position |
| 1567 | (e.g. in before/after-strings). | 1567 | (e.g. in before/after-strings). |
| 1568 | 1568 | ||
| 1569 | +++ | ||
| 1569 | *** `clear-image-cache' can be told to flush only images of a specific file. | 1570 | *** `clear-image-cache' can be told to flush only images of a specific file. |
| 1570 | 1571 | ||
| 1571 | *** `vertical-motion' can now be given a goal column. | 1572 | *** `vertical-motion' can now be given a goal column. |
| @@ -1623,12 +1624,14 @@ specification. | |||
| 1623 | the same matching as `looking-at' and `string-match' without changing | 1624 | the same matching as `looking-at' and `string-match' without changing |
| 1624 | the match data. | 1625 | the match data. |
| 1625 | 1626 | ||
| 1627 | +++ | ||
| 1626 | *** The two new functions `make-serial-process' and | 1628 | *** The two new functions `make-serial-process' and |
| 1627 | `serial-process-configure' provide a Lisp interface to the new serial | 1629 | `serial-process-configure' provide a Lisp interface to the new serial |
| 1628 | port support (see Emacs changes, above). | 1630 | port support (see Emacs changes, above). |
| 1629 | 1631 | ||
| 1630 | ** Miscellaneous new variables | 1632 | ** Miscellaneous new variables |
| 1631 | 1633 | ||
| 1634 | +++ | ||
| 1632 | *** `this-command-keys-shift-translated' is non-nil if the key | 1635 | *** `this-command-keys-shift-translated' is non-nil if the key |
| 1633 | sequence invoking the current command was found by shift-translation. | 1636 | sequence invoking the current command was found by shift-translation. |
| 1634 | 1637 | ||