diff options
-rw-r--r-- | lisp/facemenu.el | 2 |
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 @@ (italic . "i") (bold-italic . "l") ; {bold} intersect {italic} = {l} (underline . "u")) - "Alist of interesting faces and keybindings. + "Alist of interesting faces and keybindings. Each element is itself a list: the car is the name of the face, the next element is the key to use as a keyboard equivalent of the menu item; the binding is made in `facemenu-keymap'. |