]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/csharp-mode.el: Add Commentary.
authorStefan Kangas <stefankangas@gmail.com>
Sat, 26 Nov 2022 08:04:39 +0000 (09:04 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 26 Nov 2022 08:04:39 +0000 (09:04 +0100)
lisp/progmodes/csharp-mode.el

index f76289ac2b7457864bb8acc6bb43fdc46970833f..e82e72e8a3c1e7e02740ce3806cf69685034e078 100644 (file)
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+;;; Commentary:
+
+;; Support for editing C#.
+
 ;;; Code:
 
 (require 'compile)