; Spelling fixes
This commit is contained in:
parent
09d750fcb6
commit
723b16a875
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue