changeset 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 091d63cb5ca6
children d90701bff29f
files lisp/emacs-lisp/find-func.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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