diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-03 06:09:24 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-03 06:09:24 +0000 |
commit | 220c969f6e27e0d99874ffcc05ff8cc70e4336ec (patch) | |
tree | 916b3612ff69c7c0624f3802f4ebee7ea2ff8e80 /lisp/facemenu.el | |
parent | 2d12f5c2dcdbd8cf10e00e8f31eaf843e0e172f6 (diff) | |
download | emacs-220c969f6e27e0d99874ffcc05ff8cc70e4336ec.tar.gz |
Remove unnecessary spaces.
Diffstat (limited to 'lisp/facemenu.el')
-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'. |