branch: externals/csharp-mode
commit a6f4b55b1052f69071a42a47354dda35f4f1a143
Author: Dino Chiesa <dpchi...@hotmail.com>
Commit: Dino Chiesa <dpchi...@hotmail.com>

    fix doc to remove mention of defunct flymake-for-csharp.el
---
 csharp-completion.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/csharp-completion.el b/csharp-completion.el
index 69e837d..464758c 100644
--- a/csharp-completion.el
+++ b/csharp-completion.el
@@ -19,13 +19,14 @@
 ;;
 ;;    Out of Scope
 ;;
-;;    This module does not do type-ahead completion, font-lock,
-;;    indenting, debugging, compiling, profiling, or management of C#
-;;    project files. For other C# things, see these other modules:
+;;    This module does not do font-lock, indenting, compiling, flymake,
+;;    or imenu.  These C# things are provided by csharp-mode.el , which
+;;    is a pre-requisite for this module.
 ;;
-;;      csharp-mode.el - font-lock and indenting for C#.
+;;    This module also does not do type-ahead completion, debugging,
+;;    profiling, or management of C# project files.  Those are not
+;;    available anywhere, as far as I know.
 ;;
-;;      flymake-for-csharp.el - enhancement of flymake for C#.
 ;;
 ;; 
-----------------------------------------------------------------------------
 ;;

Reply via email to