diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-16 22:42:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-16 22:42:36 +0000 |
commit | 7c2ec3f97517f249902d26040e2f571852a4791b (patch) | |
tree | e8bcb9c1bdf764516f2591a7ea20ab988d205150 /doc | |
parent | c8039c6b14d6fdb9d121129e42b376eaa43a67cd (diff) | |
download | emacs-7c2ec3f97517f249902d26040e2f571852a4791b.tar.gz |
Use state prettyprinter in vc-dir buffers.
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 |