Fix jpeg typo

This commit is contained in:
Matthew L. Fidler 2016-01-22 11:33:24 -06:00
parent 9e4d51fea0
commit f1dea72cf6

View file

@ -88,7 +88,7 @@ without the extension. And the third being the type of icon."
(choice (choice
(const :tag "png" png) (const :tag "png" png)
(const :tag "gif" gif) (const :tag "gif" gif)
(const :tag "jpeg" jepg) (const :tag "jpeg" jpeg)
(const :tag "xbm" xbm) (const :tag "xbm" xbm)
(const :tag "xpm" xpm)))) (const :tag "xpm" xpm))))
:group 'mode-icons) :group 'mode-icons)