From b2ec31a7f7e862097dd09aeae0b2ea1259789a20 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 21 Jul 2008 01:58:10 +0000 Subject: [PATCH] comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25751 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXVC.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/LyXVC.h b/src/LyXVC.h index 337f797293..09998c952f 100644 --- a/src/LyXVC.h +++ b/src/LyXVC.h @@ -45,11 +45,11 @@ public: /// ~LyXVC(); /** Not a good name perhaps. This function should be called whenever - LyX loads a file. This function then checks for a master VC file - (for RCS this is *,v or RCS/ *,v) if this file is found, the loaded - file is assumed to be under controll by VC (only RCS so far), and - the appropiate actions is taken. Returns true if the file is under - control by a VCS. + LyX loads a file. This function then checks for a master VC file (for + RCS this is *,v or RCS/ *,v ; for CVS this is CVS/Entries) if this + file is found, the loaded file is assumed to be under controll by VC + (only RCS and CVS so far), and the appropiate actions is taken. + Returns true if the file is under control by a VCS. */ bool file_found_hook(support::FileName const & fn); -- 2.39.5