# HG changeset patch # User Richard M. Stallman # Date 1105066332 0 # Node ID f737c7344fc4580b91df803e1a6d7b0d0b1ac82e # Parent 091d63cb5ca6621c98ab8509f8740a89f02abc15 (find-face-definition): Renamed from find-face. diff -r 091d63cb5ca6 -r f737c7344fc4 lisp/emacs-lisp/find-func.el --- a/lisp/emacs-lisp/find-func.el Thu Jan 06 22:40:46 2005 +0000 +++ b/lisp/emacs-lisp/find-func.el Fri Jan 07 02:52:12 2005 +0000 @@ -418,8 +418,10 @@ (let ((library (or file (symbol-file symbol type)))) (find-function-search-for-symbol symbol type library)))) +;; For symmetry, this should be called find-face; but some programs +;; assume that, if that name is defined, it means something else. ;;;###autoload -(defun find-face (face) +(defun find-face-definition (face) "Find the definition of FACE. FACE defaults to the name near point. Finds the Emacs Lisp library containing the definition of the face