emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 8f5a7568b0 159/308: Fixed `drupal-search-docum


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 8f5a7568b0 159/308: Fixed `drupal-search-documentation` for PHP keywords.
Date: Tue, 25 Jan 2022 10:59:42 -0500 (EST)

branch: elpa/drupal-mode
commit 8f5a7568b0dc95c8e9fe86f08f6b5671a2a3fc85
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]