emacs-pretest-bug
[Top][All Lists]
Advanced

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

Problem with describe-function


From: Nick Roberts
Subject: Problem with describe-function
Date: Tue, 16 Nov 2004 22:51:08 +1300

A face (something defined with defface) seems to be neither a function
or a variable. So if I do `C-h f next-error', it (correctly) says

next-error is an interactive compiled Lisp function in `simple'.
It is bound to C-x `...

However clicking mouse-2 on `simple' takes me to:

(defface next-error
  '((t (:inherit region)))
  "Face used to highlight next error locus."
  :group 'next-error
  :version "21.4")


 Nick




reply via email to

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