File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 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
182182is not nice).
183183
184184If `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)."
186189 :type `(choice
187190 :tag " Enable `auto-fill-mode' ."
188191 (const :tag " Yes" t )
@@ -340,6 +343,7 @@ function arguments.")
340343 " Drupal coding style.
341344According to https://www.drupal.org/coding-standards."
342345 :link '(url-link :tag " drupal.org" " https://www.drupal.org/coding-standards" )
346+ :type '(cons string (alist symbol sexp))
343347 :group 'drupal )
344348
345349(c-add-style " drupal" drupal-style)
You can’t perform that action at this time.
0 commit comments