Skip to content

Commit

Permalink
Fix docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Nov 24, 2012
1 parent c1809b2 commit c634745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haml-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ be passed the extents of that region in two arguments BEG and
END.")

(defun haml-highlight-filter (limit)
"Highlight and :filter region found in the text up to LIMIT."
"Highlight any :filter region found in the text up to LIMIT."
(when (re-search-forward haml-filter-re limit t)
;; fontify the filter name
(put-text-property (match-beginning 2) (1+ (match-end 2))
Expand Down

0 comments on commit c634745

Please sign in to comment.