aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-19 20:42:34 +0000
committerGerd Moellmann2000-04-19 20:42:34 +0000
commit1c4594866335a3f7fae1d65e41f2564839b5cb02 (patch)
tree92329f13d04f477e64fe8982853d7b9025a69b6b /etc
parent7e3afb0402b284acec8c91137bbe445e0e126a52 (diff)
downloademacs-1c4594866335a3f7fae1d65e41f2564839b5cb02.tar.gz
emacs-1c4594866335a3f7fae1d65e41f2564839b5cb02.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1ad5e8a285a..5b27a36f01b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -17,7 +17,9 @@ images and toolkit scrollbars. Use the --help option to list them.
17* Changes in Emacs 21.1 17* Changes in Emacs 21.1
18 18
19** The new command `clone-buffer-indirectly' can be used to create 19** The new command `clone-buffer-indirectly' can be used to create
20an indirect buffer that is a twin copy of the current buffer. 20an indirect buffer that is a twin copy of the current buffer. The
21command `clone-buffer-indirectly-other-window', bound to C-x 4 c,
22does the same but displays the indirect buffer in another window.
21 23
22** New user options `backup-directory-alist' and 24** New user options `backup-directory-alist' and
23`make-backup-file-name-function' are provided to control the placement 25`make-backup-file-name-function' are provided to control the placement