emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Wed, 26 Jun 2002 09:11:12 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.308 emacs/lisp/info.el:1.309
*** emacs/lisp/info.el:1.308    Wed Jun 12 11:50:15 2002
--- emacs/lisp/info.el  Wed Jun 26 09:11:12 2002
***************
*** 65,71 ****
  (defface info-menu-5
    '((((class color)) (:foreground "red1"))
      (t (:underline t)))
!   "Face for the fifth and nineth `*' in an Info menu."
    :group 'info)
  
  (defface info-xref
--- 65,71 ----
  (defface info-menu-5
    '((((class color)) (:foreground "red1"))
      (t (:underline t)))
!   "Face for every third `*' in an Info menu."
    :group 'info)
  
  (defface info-xref
***************
*** 76,82 ****
    :group 'info)
  
  (defcustom Info-fontify-maximum-menu-size 100000
!   "*Maximum size of menu to fontify if `Info-fontify' is non-nil."
    :type 'integer
    :group 'info)
  
--- 76,82 ----
    :group 'info)
  
  (defcustom Info-fontify-maximum-menu-size 100000
!   "*Maximum size of menu to fontify if `font-lock-mode' is non-nil."
    :type 'integer
    :group 'info)
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]