]> git.eshelyaron.com Git - emacs.git/commitdiff
typo fix
authorTom Tromey <tom@tromey.com>
Sat, 4 Feb 2017 20:22:39 +0000 (13:22 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 4 Feb 2017 20:22:39 +0000 (13:22 -0700)
(css--colon-inside-selector-p): Fix typo in docstring.

lisp/textmodes/css-mode.el

index 65a599d6d43cfd73e0e33464d689ebc82759878f..0c7d76f792477592743926be744a70aeab6a53a5 100644 (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) ?\{)))