File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,10 @@ Drupal mode will only do auto fill in comments (auto filling code
182
182
is not nice).
183
183
184
184
If `Yes' enable `auto-fill-mode' in Drupal PHP mode buffers.
185
- If `No' don't enable `auto-fill-mode' in Drupal PHP mode buffers (`auto-fill-mode' can still be enabled by other settings)."
185
+
186
+ If `No' don't enable `auto-fill-mode' in Drupal PHP mode
187
+ buffers (`auto-fill-mode' can still be enabled by other
188
+ settings)."
186
189
:type `(choice
187
190
:tag " Enable `auto-fill-mode' ."
188
191
(const :tag " Yes" t )
@@ -340,6 +343,7 @@ function arguments.")
340
343
" Drupal coding style.
341
344
According to https://www.drupal.org/coding-standards."
342
345
:link '(url-link :tag " drupal.org" " https://www.drupal.org/coding-standards" )
346
+ :type '(cons string (alist symbol sexp))
343
347
:group 'drupal )
344
348
345
349
(c-add-style " drupal" drupal-style)
You can’t perform that action at this time.
0 commit comments