Fix some typos

This commit is contained in:
Matthew L. Fidler 2016-02-09 10:09:40 -06:00
parent 11c523da66
commit c7a0a4320d

View file

@ -136,7 +136,7 @@ the icon."
(member 'sml/pos-id-separator mode-line-format)
(string-match-p "powerline" (prin1-to-string mode-line-format)))))
(defvar mode-icons-supported-p (icon-spec)
(defun mode-icons-supported-p (icon-spec)
"Determine if ICON-SPEC is suppored on your system."
(or
(and (eq (nth 2 icon-spec) 'octicons) mode-icons-octicons-font (not (eq system-type 'windows-nt))