typo fix
(css--colon-inside-selector-p): Fix typo in docstring.
This commit is contained in:
parent
394fc3fd03
commit
148100d983
1 changed files with 1 additions and 1 deletions
|
@ -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) ?\{)))
|
||||
|
|
Loading…
Add table
Reference in a new issue