emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode a6f4b55 012/459: fix doc to remove mention


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode a6f4b55 012/459: fix doc to remove mention of defunct flymake-for-csharp.el
Date: Sun, 22 Aug 2021 13:58:45 -0400 (EDT)

branch: externals/csharp-mode
commit a6f4b55b1052f69071a42a47354dda35f4f1a143
Author: Dino Chiesa <dpchiesa@hotmail.com>
Commit: Dino Chiesa <dpchiesa@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

[Prev in Thread] Current Thread [Next in Thread]