Skip to content

Commit 4f54f8b

Browse files
committed
Fixed documentation.
Don't pretend to be flymake-phpcs.
1 parent f4a4985 commit 4f54f8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drupal/flycheck.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; drupal/flymake-phpcs.el --- Drupal-mode support for flymake-phpcs
1+
;;; drupal/flycheck.el --- Drupal-mode support for flycheck and phpcs
22

33
;; Copyright (C) 2012, 2013 Arne Jørgensen
44

@@ -21,7 +21,7 @@
2121

2222
;;; Commentary:
2323

24-
;; Enable drupal-mode support for flymake-phpcs.
24+
;; Enable drupal-mode support for flycheck and phpcs.
2525

2626
;;; Code:
2727

drupal/phpcs.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; drupal/flymake-phpcs.el --- Drupal-mode support for flymake-phpcs
1+
;;; drupal/phpcs.el --- Drupal-mode common support for flymake-phpcs and flycheck
22

33
;; Copyright (C) 2012, 2013 Arne Jørgensen
44

@@ -21,7 +21,7 @@
2121

2222
;;; Commentary:
2323

24-
;; Enable drupal-mode support for flymake-phpcs.
24+
;; Enable drupal-mode common support for flymake-phpcs and flycheck.
2525

2626
;;; Code:
2727

0 commit comments

Comments
 (0)