emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116773: lisp/textmodes/css-mode.el: Fix typo in com


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116773: lisp/textmodes/css-mode.el: Fix typo in comment.
Date: Sun, 16 Mar 2014 03:49:07 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116773
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2014-03-16 04:48:56 +0100
message:
  lisp/textmodes/css-mode.el: Fix typo in comment.
modified:
  lisp/textmodes/css-mode.el     cssmode.el-20091113204419-o5vbwnq5f7feedwu-5050
=== modified file 'lisp/textmodes/css-mode.el'
--- a/lisp/textmodes/css-mode.el        2014-01-01 07:43:34 +0000
+++ b/lisp/textmodes/css-mode.el        2014-03-16 03:48:56 +0000
@@ -237,7 +237,7 @@
     ;; FIXME: attribute selectors don't work well because they may contain
     ;; strings which have already been highlighted as f-l-string-face and
     ;; thus prevent this highlighting from being applied (actually now that
-    ;; I use `append' this should work better).  But really the part of hte
+    ;; I use `append' this should work better).  But really the part of the
     ;; selector between [...] should simply not be highlighted.
     (,(concat "^\\([ \t]*[^@:{}\n][^:{}]+\\(?::" (regexp-opt css-pseudo-ids t)
               "\\(?:([^)]+)\\)?[^:{\n]*\\)*\\)\\(?:\n[ \t]*\\)*{")


reply via email to

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