aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimen Heggestøyl2018-06-24 14:23:57 +0200
committerSimen Heggestøyl2018-06-24 14:31:43 +0200
commit0b69807015d2d6d6c0ee5e7c6400e63ef1c97ff8 (patch)
treeca74975aaa05d8654fc02dedb67e042762bcd5e3
parent9a53b6d4260bde138117be385d5f626122f49904 (diff)
downloademacs-0b69807015d2d6d6c0ee5e7c6400e63ef1c97ff8.tar.gz
emacs-0b69807015d2d6d6c0ee5e7c6400e63ef1c97ff8.zip
Make a minor update to the CSS mode docstring
* lisp/textmodes/css-mode.el (css-mode): Mention 'fill-paragraph'.
-rw-r--r--lisp/textmodes/css-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index febf7c66139..62dca463ae3 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -1402,6 +1402,9 @@ Use `\\[info-lookup-symbol]' to look up documentation of CSS properties, at-rule
1402pseudo-classes, and pseudo-elements on the Mozilla Developer 1402pseudo-classes, and pseudo-elements on the Mozilla Developer
1403Network (MDN). 1403Network (MDN).
1404 1404
1405Use `\\[fill-paragraph]' to reformat CSS declaration blocks. It can also
1406be used to fill comments.
1407
1405\\{css-mode-map}" 1408\\{css-mode-map}"
1406 (setq-local font-lock-defaults css-font-lock-defaults) 1409 (setq-local font-lock-defaults css-font-lock-defaults)
1407 (setq-local comment-start "/*") 1410 (setq-local comment-start "/*")