branch: elpa/drupal-mode
commit 8951d9a7e8695df40a6d140f310b86bdb6032979
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Extended documentation of `drupal/flymake-phpcs-standard'.
---
drupal/flymake-phpcs.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drupal/flymake-phpcs.el b/drupal/flymake-phpcs.el
index 162a3e4fdd..2e1432b653 100644
--- a/drupal/flymake-phpcs.el
+++ b/drupal/flymake-phpcs.el
@@ -37,7 +37,11 @@
]*\\)"
standards)
(match-string-no-properties 1 standards))))
- "Name of Drupal coding standard rules for PHP CodeSniffer."
+ "Name of Drupal coding standard rules for PHP CodeSniffer.
+This can either be the name of an installed standard (to see
+installed standards run `phpcs -i') or it can be the file name of
+a standard. Adding file name requires PHP CodeSniffer version
+1.3.4 or newer."
:link '(url-link :tag "Drupal Code Sniffer"
"http://drupal.org/project/drupalcs")
:group 'drupal)