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

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

[nongnu] elpa/drupal-mode 6fbdb4e9ad 020/308: Made customization of sear


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 6fbdb4e9ad 020/308: Made customization of search URLs more intuitive.
Date: Tue, 25 Jan 2022 10:59:03 -0500 (EST)

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

    Made customization of search URLs more intuitive.
---
 drupal-mode.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drupal-mode.el b/drupal-mode.el
index 36702062b5..d2bed5fedd 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -78,17 +78,17 @@ According to http://drupal.org/coding-standards#indenting.";
   "The URL to search the Drupal API.
 %v is the Drupal major version.
 %s is the search term."
-  :type '(choice (const :tag "Drupal.org" 
"http://api.drupal.org/api/search/%v/%s";)
-                 (const :tag "DrupalContrib.org" 
"http://api.drupalcontrib.org/api/search/%v/%s";)
-                 (string :tag "Other" 
"http://example.com/search?q=%s&version=%v";))
+  :type '(choice (const :tag "Api.drupal.org" 
"http://api.drupal.org/api/search/%v/%s";)
+                 (const :tag "Api.drupalcontrib.org" 
"http://api.drupalcontrib.org/api/search/%v/%s";)
+                 (string :tag "Other" "http://example.com/api/search/%v/%s";))
   :group 'drupal)
 
 (defcustom drupal-drush-search-url "http://api.drush.org/api/search/%v/%s";
   "The URL to search the Drush API.
-%v is the Drush major version.
+%v is the Drush version.
 %s is the search term."
-  :type '(choice (const :tag "Drush.org" 
"http://api.drush.org/api/search/%v/%s";)
-                 (string :tag "Other" 
"http://example.com/search?q=%s&version=%v";))
+  :type '(choice (const :tag "Api.drush.org" 
"http://api.drush.org/api/search/%v/%s";)
+                 (string :tag "Other" "http://example.com/api/search/%v/%s";))
   :group 'drupal-drush)
 
 (defcustom drupal-drush-program (executable-find "drush")



reply via email to

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