all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* font-lock Custom group
@ 2005-12-18  3:26 Luc Teirlinck
  0 siblings, 0 replies; only message in thread
From: Luc Teirlinck @ 2005-12-18  3:26 UTC (permalink / raw)


Do `M-x customize-group font-lock'.  The resulting Custom buffer contains:

   See also [Manual] and [Manual].

That is obviously confusing.  The patch below would make this:

   See also [Elisp Manual] and [Emacs Manual].

I will install if there are no objections.

===File ~/font-lock-diff====================================
*** font-lock.el	14 Dec 2005 19:37:56 -0600	1.286
--- font-lock.el	17 Dec 2005 15:46:00 -0600	
***************
*** 212,219 ****
  ;; Define core `font-lock' group.
  (defgroup font-lock '((jit-lock custom-group))
    "Font Lock mode text highlighting package."
!   :link '(custom-manual "(emacs)Font Lock")
!   :link '(custom-manual "(elisp)Font Lock Mode")
    :group 'faces)
  
  (defgroup font-lock-faces nil
--- 212,219 ----
  ;; Define core `font-lock' group.
  (defgroup font-lock '((jit-lock custom-group))
    "Font Lock mode text highlighting package."
!   :link '(custom-manual :tag "Emacs Manual" "(emacs)Font Lock")
!   :link '(custom-manual :tag "Elisp Manual" "(elisp)Font Lock Mode")
    :group 'faces)
  
  (defgroup font-lock-faces nil
============================================================

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-18  3:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-18  3:26 font-lock Custom group Luc Teirlinck

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.