diff options
-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 |