From: Eli Zaretskii Date: Fri, 24 Nov 2000 16:52:06 +0000 (+0000) Subject: C-c C-c u in Texinfo now produces @uref, not @url. X-Git-Tag: emacs-pretest-21.0.92~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=105602b1719bf275dc59e5e77d4d54840f02ab2c;p=emacs.git 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. --- diff --git a/etc/NEWS b/etc/NEWS index 15a1670a76c..df7720f3c56 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -386,9 +386,9 @@ macros ------------------------- 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 @ ... @end M-RET @item @@ -1552,7 +1552,9 @@ number. This format is similar to that used by C-x v ~ (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.