summaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mode-icons.el b/mode-icons.el
index f727bec..f684ccd 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -88,7 +88,7 @@ without the extension. And the third being the type of icon."
(choice
(const :tag "png" png)
(const :tag "gif" gif)
- (const :tag "jpeg" jepg)
+ (const :tag "jpeg" jpeg)
(const :tag "xbm" xbm)
(const :tag "xpm" xpm))))
:group 'mode-icons)