From: Simen Heggestøyl Date: Sun, 24 Jun 2018 12:23:57 +0000 (+0200) Subject: Make a minor update to the CSS mode docstring X-Git-Tag: emacs-26.1.90~327 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b69807015d2d6d6c0ee5e7c6400e63ef1c97ff8;p=emacs.git Make a minor update to the CSS mode docstring * lisp/textmodes/css-mode.el (css-mode): Mention 'fill-paragraph'. --- 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 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 "/*")