diff options
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -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 |
| 1553 | of fact, the two features can each use the files created by the other, | 1553 | of fact, the two features can each use the files created by the other, |
| 1554 | the only difference being that files with a trailing `.' are deleted | 1554 | the only difference being that files with a trailing `.' are deleted |
| 1555 | automatically after commit. | 1555 | automatically after commit. (This feature doesn't work on MS-DOS, |
| 1556 | since DOS disallows more than a single dot in the trunk of a file | ||
| 1557 | name.) | ||
| 1556 | 1558 | ||
| 1557 | If `vc-cvs-stay-local' is on, and there have been changes in the | 1559 | If `vc-cvs-stay-local' is on, and there have been changes in the |
| 1558 | repository, VC notifies you about it when you actually try to commit. | 1560 | repository, VC notifies you about it when you actually try to commit. |