diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-10-08 19:10:44 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-10-08 19:10:44 +0000 |
commit | b856f39c4d9c1186949986f0630626b8e74a6d70 (patch) | |
tree | 6e3661f268743b5b04214b9217c859769e3d421a /etc | |
parent | fae99944997066126e2a5e4397904c83e6971399 (diff) | |
download | emacs-b856f39c4d9c1186949986f0630626b8e74a6d70.tar.gz |
Mark `keep-lines', `flush-lines' and `how-many' as documented in the manual.
Mark C-down-mouse-3 as documented.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,7 @@ maximum buffer size. See etc/MACHINES for instructions. ** The new global minor mode `auto-image-file-mode' allows image files to be visited as images. ++++ ** The functions `keep-lines', `flush-lines' and `how-many' now operate on the active region in Transient Mark mode. @@ -157,6 +158,7 @@ interpreted by the interpreter matched by the second group of the regular expression. The mode is then determined as the mode associated with that interpreter in `interpreter-mode-alist'. ++++ ** C-down-mouse-3 is bound differently. Now if the menu bar is not displayed it pops up a menu containing the items which would be on the menu bar. If the menu bar is displayed, it pops up the major mode |