summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorShengHuo ZHU <zsh@cs.rochester.edu>2000-11-05 03:49:38 +0000
committerShengHuo ZHU <zsh@cs.rochester.edu>2000-11-05 03:49:38 +0000
commit508d5bbf7acf4b1e6563f5190be387f50e9b2de4 (patch)
tree8ae5c30b1b39b09cd87312eb287f4c8468828948 /lisp/info.el
parent45f94544ce7508298f7de898ec4fdcf54a6088be (diff)
downloademacs-508d5bbf7acf4b1e6563f5190be387f50e9b2de4.tar.gz
Revoke the change.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el
index c97d8bcc0af..9676dcf4ff0 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2387,9 +2387,11 @@ the variable `Info-file-list-for-emacs'."
(defface info-menu-header
'((((type tty pc))
- (:underline t :weight bold))
+ :underline t
+ :weight bold)
(t
- (:inherit variable-pitch :weight bold)))
+ :inherit variable-pitch
+ :weight bold))
"Face for headers in Info menus."
:group 'info)