(css--colon-inside-selector-p): Fix typo in docstring.
This commit is contained in:
Tom Tromey 2017-02-04 13:22:39 -07:00
parent 394fc3fd03
commit 148100d983

View file

@ -755,7 +755,7 @@ cannot be completed sensibly: `custom-ident',
"Return t if point looks to be inside a CSS selector.
This function is intended to be good enough to help SMIE during
tokenization, but should not be regarded as a reliable function
for determining wheter point is within a selector."
for determining whether point is within a selector."
(save-excursion
(re-search-forward "[{};)]" nil t)
(eq (char-before) ?\{)))