emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 0b69807: Make a minor update to the CSS mode docs


From: Simen Heggestøyl
Subject: [Emacs-diffs] emacs-26 0b69807: Make a minor update to the CSS mode docstring
Date: Sun, 24 Jun 2018 08:32:07 -0400 (EDT)

branch: emacs-26
commit 0b69807015d2d6d6c0ee5e7c6400e63ef1c97ff8
Author: Simen Heggestøyl <address@hidden>
Commit: Simen Heggestøyl <address@hidden>

    Make a minor update to the CSS mode docstring
    
    * lisp/textmodes/css-mode.el (css-mode): Mention 'fill-paragraph'.
---
 lisp/textmodes/css-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index febf7c6..62dca46 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 "/*")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]