branch: elpa/drupal-mode
commit 8f5a7568b0dc95c8e9fe86f08f6b5671a2a3fc85
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Fixed `drupal-search-documentation` for PHP keywords.
---
drupal-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal-mode.el b/drupal-mode.el
index 72e07e8891..6964570656 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -393,7 +393,7 @@ should save your files with unix style end of line."
(when symbol
(cond
((and (boundp 'php-extras-function-arguments)
- (hash-table-p 'php-extras-function-arguments)
+ (hash-table-p php-extras-function-arguments)
(gethash (symbol-name symbol) php-extras-function-arguments))
(php-search-documentation))
((and drupal-drush-program (string-match "drush" (symbol-name symbol)))