diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-12-03 02:45:26 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-12-03 02:45:26 +0100 |
commit | 26163acc7ab519baa444f842f26f2199512a6889 (patch) | |
tree | 23e7ad11b29af2ee95ce46c10619a560abc35a41 /doc/emacs/vc1-xtra.texi | |
parent | 328dac0d42a2b395a327c0eda0ed4bbcec4f6c55 (diff) |
doc/emacs/vc1-xtra.texi (General VC Options): Remove reference to `vc-path'.
Diffstat (limited to 'doc/emacs/vc1-xtra.texi')
-rw-r--r-- | doc/emacs/vc1-xtra.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi index cd5ed206dd..d13336b56d 100644 --- a/doc/emacs/vc1-xtra.texi +++ b/doc/emacs/vc1-xtra.texi @@ -313,13 +313,6 @@ appropriate version control system. If @code{vc-command-messages} is non-@code{nil}, VC displays messages to indicate which shell commands it runs, and additional messages when the commands finish. -@vindex vc-path - You can specify additional directories to search for version control -programs by setting the variable @code{vc-path}. These directories -are searched before the usual search path. It is rarely necessary to -set this variable, because VC normally finds the proper files -automatically. - @node RCS and SCCS @subsubsection Options for RCS and SCCS |