aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-11-24 16:52:06 +0000
committerEli Zaretskii2000-11-24 16:52:06 +0000
commit105602b1719bf275dc59e5e77d4d54840f02ab2c (patch)
treeb1609f7a4beb960bafcf794920c0ef9dae91b89a
parentbd7e01a372a47bdd4f00c118d562fbf95c224cfb (diff)
downloademacs-105602b1719bf275dc59e5e77d4d54840f02ab2c.tar.gz
emacs-105602b1719bf275dc59e5e77d4d54840f02ab2c.zip
C-c C-c u in Texinfo now produces @uref, not @url.
Explain that vc-cvs-stay-local doesn't create versioned backups on MS-DOS.
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 15a1670a76c..df7720f3c56 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -386,9 +386,9 @@ macros
386 ------------------------- 386 -------------------------
387 C-c C-c C-s @strong 387 C-c C-c C-s @strong
388 C-c C-c C-e @emph 388 C-c C-c C-e @emph
389 C-c C-c u @url 389 C-c C-c u @uref
390 C-c C-c q @quotation 390 C-c C-c q @quotation
391 C-c C-c m @email 391 C-c C-c m @email
392 C-c C-o @<block> ... @end <block> 392 C-c C-o @<block> ... @end <block>
393 M-RET @item 393 M-RET @item
394 394
@@ -1552,7 +1552,9 @@ number. This format is similar to that used by C-x v ~
1552(vc-version-other-window), except for the trailing dot. As a matter 1552(vc-version-other-window), except for the trailing dot. As a matter
1553of fact, the two features can each use the files created by the other, 1553of fact, the two features can each use the files created by the other,
1554the only difference being that files with a trailing `.' are deleted 1554the only difference being that files with a trailing `.' are deleted
1555automatically after commit. 1555automatically after commit. (This feature doesn't work on MS-DOS,
1556since DOS disallows more than a single dot in the trunk of a file
1557name.)
1556 1558
1557If `vc-cvs-stay-local' is on, and there have been changes in the 1559If `vc-cvs-stay-local' is on, and there have been changes in the
1558repository, VC notifies you about it when you actually try to commit. 1560repository, VC notifies you about it when you actually try to commit.