Skip to content

Commit 8f5a756

Browse files
committed
Fixed drupal-search-documentation for PHP keywords.
1 parent 919154b commit 8f5a756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drupal-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ should save your files with unix style end of line."
393393
(when symbol
394394
(cond
395395
((and (boundp 'php-extras-function-arguments)
396-
(hash-table-p 'php-extras-function-arguments)
396+
(hash-table-p php-extras-function-arguments)
397397
(gethash (symbol-name symbol) php-extras-function-arguments))
398398
(php-search-documentation))
399399
((and drupal-drush-program (string-match "drush" (symbol-name symbol)))

0 commit comments

Comments
 (0)