We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ea6bf commit 914d2dfCopy full SHA for 914d2df
drupal-mode.el
@@ -98,7 +98,7 @@ whitespace at the end."
98
%v is the Drupal major version.
99
%s is the search term."
100
:type '(choice (const :tag "Api.drupal.org" "http://api.drupal.org/api/search/%v/%s")
101
- (const :tag "Api.drupalcontrib.org" "http://api.drupalcontrib.org/api/search/%v/%s")
+ (const :tag "Drupalcontrib.org" "http://drupalcontrib.org/api/search/%v/%s")
102
(string :tag "Other" "http://example.com/api/search/%v/%s"))
103
:link '(url-link :tag "api.drupalcontrib.org" "http://api.drupalcontrib.org")
104
:link '(url-link :tag "api.drupal.org" "http://api.drupal.org")
0 commit comments