diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | doc/emacs/vc1-xtra.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 54528646c7c..a8410167cf7 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com> + + * vc2-xtra.texi: Mofify an example so it reflects what vc.el + now does. + 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com> * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi index a9e081cb63b..8c0dc501070 100644 --- a/doc/emacs/vc1-xtra.texi +++ b/doc/emacs/vc1-xtra.texi @@ -43,8 +43,8 @@ output is used. Here is an example using RCS: @smallexample @group DIRECTORY ./ - edited file1.c - up-to-date file2.c + (modified) file1.c + (update) file2.c @end group @end smallexample |