From: Paul Eggert Date: Sun, 7 May 2017 01:29:56 +0000 (-0700) Subject: ; Spelling fixes X-Git-Tag: emacs-26.0.90~521^2~439 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=723b16a87586a7e61e0ee40cd0815b3a7c519032;p=emacs.git ; Spelling fixes --- diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index a3b081a0bbf..6dfddf72e8f 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 @@ -24621,7 +24621,7 @@ * 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) diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 2c81710b238..165e5deb63f 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el @@ -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)