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 | |
parent | 328dac0d42a2b395a327c0eda0ed4bbcec4f6c55 (diff) | |
download | emacs-26163acc7ab519baa444f842f26f2199512a6889.tar.gz |
doc/emacs/vc1-xtra.texi (General VC Options): Remove reference to `vc-path'.
-rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | doc/emacs/vc1-xtra.texi | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index da38eea8848..7599c1e823e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2012-12-03 Juanma Barranquero <lekktu@gmail.com> + + * vc1-xtra.texi (General VC Options): Remove obsolete reference + to `vc-path'. + 2012-12-02 Chong Yidong <cyd@gnu.org> * custom.texi (Init Rebinding): kbd is now a function (Bug#13052). diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi index cd5ed206dd6..d13336b56dd 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 |