aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-21 14:45:34 +0000
committerEli Zaretskii2008-10-21 14:45:34 +0000
commit80e6b6df5e610ac878ce9751536ade0eb703ab42 (patch)
tree5065a705e3d18022f19f9deab2dfc5d2adfd1434 /etc
parentf46684418b8b7bc11a60cd9f46292ead18dc501a (diff)
downloademacs-80e6b6df5e610ac878ce9751536ade0eb703ab42.tar.gz
emacs-80e6b6df5e610ac878ce9751536ade0eb703ab42.zip
(Serial Ports): Fix wording and improve markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 81dd4930601..436ec1b4a3b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1566,6 +1566,7 @@ invisible-p to check whether it would cause the text to be invisible.
1566Convenient when checking invisibility of text with no buffer position 1566Convenient 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.
1623the same matching as `looking-at' and `string-match' without changing 1624the same matching as `looking-at' and `string-match' without changing
1624the match data. 1625the 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
1628port support (see Emacs changes, above). 1630port 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
1633sequence invoking the current command was found by shift-translation. 1636sequence invoking the current command was found by shift-translation.
1634 1637