diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-05-06 14:23:59 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-05-06 14:23:59 +0000 |
commit | d5d04ab296e26d181f2f31370242b589c97abeb2 (patch) | |
tree | 88b1759499cef4b20c735ddfc12861382b2a4ece | |
parent | 234c95a957d1b075a67c327d22f0ad683b1e2fbb (diff) | |
download | emacs-d5d04ab296e26d181f2f31370242b589c97abeb2.tar.gz |
(VC Dired Mode) [ifnottex]: Conditional xref's for on-line manual.
-rw-r--r-- | man/vc1-xtra.texi | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/man/vc1-xtra.texi b/man/vc1-xtra.texi index 8329c45c33c..16edf79a3bd 100644 --- a/man/vc1-xtra.texi +++ b/man/vc1-xtra.texi @@ -26,14 +26,20 @@ that includes only files relevant for version control. @vindex vc-dired-terse-display @kbd{C-x v d} creates a buffer which uses VC Dired Mode. This looks -much like an ordinary Dired buffer (@pxref{Dired,,,emacs, the -Emacs Manual}); however, normally it shows only the noteworthy files -(those locked or not up-to-date). This is called @dfn{terse display}. -If you set the variable @code{vc-dired-terse-display} to @code{nil}, -then VC Dired shows all relevant files---those managed under version -control, plus all subdirectories (@dfn{full display}). The command -@kbd{v t} in a VC Dired buffer toggles between terse display and full -display (@pxref{VC Dired Commands}). +much like an ordinary Dired buffer +@iftex +(@pxref{Dired,,,emacs, the Emacs Manual}); +@end iftex +@ifnottex +(@pxref{Dired}); +@end ifnottex +however, normally it shows only the noteworthy files (those locked or +not up-to-date). This is called @dfn{terse display}. If you set the +variable @code{vc-dired-terse-display} to @code{nil}, then VC Dired +shows all relevant files---those managed under version control, plus +all subdirectories (@dfn{full display}). The command @kbd{v t} in a +VC Dired buffer toggles between terse display and full display +(@pxref{VC Dired Commands}). @vindex vc-dired-recurse By default, VC Dired produces a recursive listing of noteworthy or |