comparison man/vc1-xtra.texi @ 70466:adab6b63717c

(VC Dired Mode) [ifnottex]: Conditional xref's for on-line manual.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 May 2006 14:23:59 +0000
parents a6e9a00b021b
children 3d45362f1d38
comparison
equal deleted inserted replaced
70465:5bed914b8a89 70466:adab6b63717c
24 command @kbd{C-x v d} (@code{vc-directory}) to make a directory listing 24 command @kbd{C-x v d} (@code{vc-directory}) to make a directory listing
25 that includes only files relevant for version control. 25 that includes only files relevant for version control.
26 26
27 @vindex vc-dired-terse-display 27 @vindex vc-dired-terse-display
28 @kbd{C-x v d} creates a buffer which uses VC Dired Mode. This looks 28 @kbd{C-x v d} creates a buffer which uses VC Dired Mode. This looks
29 much like an ordinary Dired buffer (@pxref{Dired,,,emacs, the 29 much like an ordinary Dired buffer
30 Emacs Manual}); however, normally it shows only the noteworthy files 30 @iftex
31 (those locked or not up-to-date). This is called @dfn{terse display}. 31 (@pxref{Dired,,,emacs, the Emacs Manual});
32 If you set the variable @code{vc-dired-terse-display} to @code{nil}, 32 @end iftex
33 then VC Dired shows all relevant files---those managed under version 33 @ifnottex
34 control, plus all subdirectories (@dfn{full display}). The command 34 (@pxref{Dired});
35 @kbd{v t} in a VC Dired buffer toggles between terse display and full 35 @end ifnottex
36 display (@pxref{VC Dired Commands}). 36 however, normally it shows only the noteworthy files (those locked or
37 not up-to-date). This is called @dfn{terse display}. If you set the
38 variable @code{vc-dired-terse-display} to @code{nil}, then VC Dired
39 shows all relevant files---those managed under version control, plus
40 all subdirectories (@dfn{full display}). The command @kbd{v t} in a
41 VC Dired buffer toggles between terse display and full display
42 (@pxref{VC Dired Commands}).
37 43
38 @vindex vc-dired-recurse 44 @vindex vc-dired-recurse
39 By default, VC Dired produces a recursive listing of noteworthy or 45 By default, VC Dired produces a recursive listing of noteworthy or
40 relevant files at or below the given directory. You can change this by 46 relevant files at or below the given directory. You can change this by
41 setting the variable @code{vc-dired-recurse} to @code{nil}; then VC 47 setting the variable @code{vc-dired-recurse} to @code{nil}; then VC