From c7b93b443795c6064bbadf07acba9ba496cb5656 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Wed, 28 Jun 2006 23:29:26 +0000 Subject: [PATCH] * help-mode.el (help-xref-symbol-regexp): Add property as a keyword for ignoring links. * faces.el (read-face-name): Use it. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index b2ca6dcce32..2d761ea8471 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -859,7 +859,7 @@ of the default face. Value is FACE." (defun read-face-name (prompt &optional string-describing-default multiple) "Read a face, defaulting to the face or faces on the char after point. -If it has a `read-face-name' property, that overrides the `face' property. +If it has the property `read-face-name', that overrides the `face' property. PROMPT describes what you will do with the face (don't end in a space). STRING-DESCRIBING-DEFAULT describes what default you will use if this function returns nil. -- 2.39.5