aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2008-06-13 08:07:04 +0000
committerGlenn Morris2008-06-13 08:07:04 +0000
commit07d99e7544ffa51339ae1ba1a3785f49247e0c6e (patch)
tree97232f09a8a8504fea11c43150c25e2a43da04ba /etc
parent37e5d54a5ce58c903b6c4d9cb29aa03eb6696e07 (diff)
downloademacs-07d99e7544ffa51339ae1ba1a3785f49247e0c6e.tar.gz
emacs-07d99e7544ffa51339ae1ba1a3785f49247e0c6e.zip
Daniel Engeler <engeler at gmail.com>
Add documentation about serial port access.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f1781b9a05b..8ffe8613ba4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -64,6 +64,12 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary.
64 64
65* Changes in Emacs 23.1 65* Changes in Emacs 23.1
66 66
67** Emacs now supports serial port access on GNU/Linux, Unix, and
68Windows. `serial-term' starts an interactive terminal,
69`make-serial-process' and `serial-process-configure' provide a Lisp
70interface. The serial port can be configured at runtime with the
71mode-line mouse menu.
72
67** Apropos 73** Apropos
68*** `apropos-library' describes the elements defined in a given library. 74*** `apropos-library' describes the elements defined in a given library.
69*** Set `apropos-compact-layout' is you want a more compact (but wider) layout. 75*** Set `apropos-compact-layout' is you want a more compact (but wider) layout.