diff lisp/emacs-lisp/find-func.el @ 59404:f737c7344fc4

(find-face-definition): Renamed from find-face.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Jan 2005 02:52:12 +0000
parents b9540957b07c
children aac0a33f5772 cb67264d6096
line wrap: on
line diff
--- 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