branch: elpa/drupal-mode
commit 4f54f8bcb8fca1a813ae0310d11f31b108c4447e
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Fixed documentation.
Don't pretend to be flymake-phpcs.
---
drupal/flycheck.el | 4 ++--
drupal/phpcs.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drupal/flycheck.el b/drupal/flycheck.el
index 5939fcf8cb..9099ba2177 100644
--- a/drupal/flycheck.el
+++ b/drupal/flycheck.el
@@ -1,4 +1,4 @@
-;;; drupal/flymake-phpcs.el --- Drupal-mode support for flymake-phpcs
+;;; drupal/flycheck.el --- Drupal-mode support for flycheck and phpcs
;; Copyright (C) 2012, 2013 Arne Jørgensen
@@ -21,7 +21,7 @@
;;; Commentary:
-;; Enable drupal-mode support for flymake-phpcs.
+;; Enable drupal-mode support for flycheck and phpcs.
;;; Code:
diff --git a/drupal/phpcs.el b/drupal/phpcs.el
index 7171855b6a..21b35db7b1 100644
--- a/drupal/phpcs.el
+++ b/drupal/phpcs.el
@@ -1,4 +1,4 @@
-;;; drupal/flymake-phpcs.el --- Drupal-mode support for flymake-phpcs
+;;; drupal/phpcs.el --- Drupal-mode common support for flymake-phpcs and
flycheck
;; Copyright (C) 2012, 2013 Arne Jørgensen
@@ -21,7 +21,7 @@
;;; Commentary:
-;; Enable drupal-mode support for flymake-phpcs.
+;; Enable drupal-mode common support for flymake-phpcs and flycheck.
;;; Code: