Make a minor update to the CSS mode docstring
* lisp/textmodes/css-mode.el (css-mode): Mention 'fill-paragraph'.
This commit is contained in:
parent
9a53b6d426
commit
0b69807015
1 changed files with 3 additions and 0 deletions
|
@ -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 "/*")
|
||||
|
|
Loading…
Add table
Reference in a new issue