]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 May 2017 01:29:56 +0000 (18:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 May 2017 01:30:14 +0000 (18:30 -0700)
lisp/ChangeLog.17
lisp/textmodes/css-mode.el

index a3b081a0bbf80cd4c67619485c20a4eaa4fd081d..6dfddf72e8f6649102c311f32518e22a3ab544ea 100644 (file)
 
        * progmodes/octave.el (octave-beginning-of-line)
        (octave-end-of-line): Check before using up-list because it jumps
-       out of more syntactic contructs since moving to smie.
+       out of more syntactic constructs since moving to smie.
        (octave-indent-comment): New function.
        (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
        (octave-begin-keywords, octave-end-keywords)
index 2c81710b238a4ed96879a1b1ea2b04222c03c5c3..165e5deb63f0d165f0abcffa03df9d082f6378dc 100644 (file)
@@ -1045,7 +1045,7 @@ This function simply drops any transparency."
 (defun css--named-color (start-point str)
   "Check whether STR, seen at point, is CSS named color.
 Returns STR if it is a valid color.  Special care is taken
-to exclude some SCSS contructs."
+to exclude some SCSS constructs."
   (when-let ((color (assoc str css--color-map)))
     (save-excursion
       (goto-char start-point)