]> git.lyx.org Git - features.git/commitdiff
comment
authorPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 01:58:10 +0000 (01:58 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 21 Jul 2008 01:58:10 +0000 (01:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25751 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXVC.h

index 337f797293314e379d2413fe5a95291ee851e60c..09998c952f98b14480bc1a6356c39c195e8006e1 100644 (file)
@@ -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);