aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-05-06 18:29:56 -0700
committerPaul Eggert2017-05-06 18:30:14 -0700
commit723b16a87586a7e61e0ee40cd0815b3a7c519032 (patch)
tree5380ccdb99e4017990945af5b45cb69121ed44bd
parent09d750fcb62d72de00d9d2a947f64520dfb3bc6a (diff)
downloademacs-723b16a87586a7e61e0ee40cd0815b3a7c519032.tar.gz
emacs-723b16a87586a7e61e0ee40cd0815b3a7c519032.zip
; Spelling fixes
-rw-r--r--lisp/ChangeLog.172
-rw-r--r--lisp/textmodes/css-mode.el2
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 @@
24621 24621
24622 * progmodes/octave.el (octave-beginning-of-line) 24622 * progmodes/octave.el (octave-beginning-of-line)
24623 (octave-end-of-line): Check before using up-list because it jumps 24623 (octave-end-of-line): Check before using up-list because it jumps
24624 out of more syntactic contructs since moving to smie. 24624 out of more syntactic constructs since moving to smie.
24625 (octave-indent-comment): New function. 24625 (octave-indent-comment): New function.
24626 (octave-mode): Use it in smie-indent-functions. (Bug#14350) 24626 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
24627 (octave-begin-keywords, octave-end-keywords) 24627 (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."
1045(defun css--named-color (start-point str) 1045(defun css--named-color (start-point str)
1046 "Check whether STR, seen at point, is CSS named color. 1046 "Check whether STR, seen at point, is CSS named color.
1047Returns STR if it is a valid color. Special care is taken 1047Returns STR if it is a valid color. Special care is taken
1048to exclude some SCSS contructs." 1048to exclude some SCSS constructs."
1049 (when-let ((color (assoc str css--color-map))) 1049 (when-let ((color (assoc str css--color-map)))
1050 (save-excursion 1050 (save-excursion
1051 (goto-char start-point) 1051 (goto-char start-point)