]> git.eshelyaron.com Git - emacs.git/commitdiff
Make a minor update to the CSS mode docstring
authorSimen Heggestøyl <simenheg@gmail.com>
Sun, 24 Jun 2018 12:23:57 +0000 (14:23 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Sun, 24 Jun 2018 12:31:43 +0000 (14:31 +0200)
* lisp/textmodes/css-mode.el (css-mode): Mention 'fill-paragraph'.

lisp/textmodes/css-mode.el

index febf7c66139f560531bec15e4019aaf50e47a572..62dca463ae388217e130e216777fd0e6e1aaf652 100644 (file)
@@ -1402,6 +1402,9 @@ Use `\\[info-lookup-symbol]' to look up documentation of CSS properties, at-rule
 pseudo-classes, and pseudo-elements on the Mozilla Developer
 Network (MDN).
 
+Use `\\[fill-paragraph]' to reformat CSS declaration blocks.  It can also
+be used to fill comments.
+
 \\{css-mode-map}"
   (setq-local font-lock-defaults css-font-lock-defaults)
   (setq-local comment-start "/*")