From 723b16a87586a7e61e0ee40cd0815b3a7c519032 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 6 May 2017 18:29:56 -0700 Subject: [PATCH] ; Spelling fixes --- lisp/ChangeLog.17 | 2 +- lisp/textmodes/css-mode.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2