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

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

[nongnu] elpa/apache-mode 7e246f1 18/23: Modify summary and commentary


From: ELPA Syncer
Subject: [nongnu] elpa/apache-mode 7e246f1 18/23: Modify summary and commentary
Date: Sun, 29 Aug 2021 10:57:37 -0400 (EDT)

branch: elpa/apache-mode
commit 7e246f185f83ae42da365c2faaaacd490079263e
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    Modify summary and commentary
---
 apache-mode.el | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/apache-mode.el b/apache-mode.el
index 848e4fb..d515599 100644
--- a/apache-mode.el
+++ b/apache-mode.el
@@ -1,4 +1,4 @@
-;;; apache-mode.el --- major mode for editing Apache configuration files
+;;; apache-mode.el --- Major mode for editing Apache httpd configuration files
 
 ;; Copyright (c) 2004, 2005 Karl Chen <quarl@nospam.quarl.org>
 ;; Copyright (c) 1999 Jonathan Marten  <jonathan.marten@uk.sun.com>
@@ -27,13 +27,10 @@
 
 ;;; Commentary:
 ;;
-;;   (autoload 'apache-mode "apache-mode" nil t)
-;;   (add-to-list 'auto-mode-alist '("\\.htaccess\\'"   . apache-mode))
-;;   (add-to-list 'auto-mode-alist '("httpd\\.conf\\'"  . apache-mode))
-;;   (add-to-list 'auto-mode-alist '("srm\\.conf\\'"    . apache-mode))
-;;   (add-to-list 'auto-mode-alist '("access\\.conf\\'" . apache-mode))
-;;   (add-to-list 'auto-mode-alist '("sites-\\(available\\|enabled\\)/" . 
apache-mode))
+;; apache-mode is a major mode for editing Apache HTTP Server Configuration 
files.
+;; https://httpd.apache.org/docs/2.4/en/configuring.html
 ;;
+;; This mode supports Apache HTTP Server 2.4 and major modules.
 
 ;;; History:
 ;;



reply via email to

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