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/emacs/vc1-xtra.texi | |
parent | c8039c6b14d6fdb9d121129e42b376eaa43a67cd (diff) | |
download | emacs-7c2ec3f97517f249902d26040e2f571852a4791b.tar.gz emacs-7c2ec3f97517f249902d26040e2f571852a4791b.tar.bz2 emacs-7c2ec3f97517f249902d26040e2f571852a4791b.zip |
Use state prettyprinter in vc-dir buffers.
Diffstat (limited to 'doc/emacs/vc1-xtra.texi')
-rw-r--r-- | doc/emacs/vc1-xtra.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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 |