Mercurial > emacs
changeset 33862:09fdef086f4d
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.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 24 Nov 2000 16:52:06 +0000 |
parents | db68a40e2c01 |
children | 2e449f784ca7 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Nov 24 16:48:51 2000 +0000 +++ b/etc/NEWS Fri Nov 24 16:52:06 2000 +0000 @@ -386,9 +386,9 @@ ------------------------- C-c C-c C-s @strong C-c C-c C-e @emph - C-c C-c u @url + C-c C-c u @uref C-c C-c q @quotation - C-c C-c m @email + C-c C-c m @email C-c C-o @<block> ... @end <block> M-RET @item @@ -1552,7 +1552,9 @@ (vc-version-other-window), except for the trailing dot. As a matter of fact, the two features can each use the files created by the other, the only difference being that files with a trailing `.' are deleted -automatically after commit. +automatically after commit. (This feature doesn't work on MS-DOS, +since DOS disallows more than a single dot in the trunk of a file +name.) If `vc-cvs-stay-local' is on, and there have been changes in the repository, VC notifies you about it when you actually try to commit.