* 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)
(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)