aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/facemenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index 812f5a23de9..6ad61585f97 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -113,7 +113,7 @@
113 (italic . "i") 113 (italic . "i")
114 (bold-italic . "l") ; {bold} intersect {italic} = {l} 114 (bold-italic . "l") ; {bold} intersect {italic} = {l}
115 (underline . "u")) 115 (underline . "u"))
116 "Alist of interesting faces and keybindings. 116 "Alist of interesting faces and keybindings.
117Each element is itself a list: the car is the name of the face, 117Each element is itself a list: the car is the name of the face,
118the next element is the key to use as a keyboard equivalent of the menu item; 118the next element is the key to use as a keyboard equivalent of the menu item;
119the binding is made in `facemenu-keymap'. 119the binding is made in `facemenu-keymap'.