From: Nick Roberts Date: Wed, 28 Jun 2006 23:29:26 +0000 (+0000) Subject: * help-mode.el (help-xref-symbol-regexp): Add property as a keyword X-Git-Tag: emacs-pretest-22.0.90~1798 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7b93b443795c6064bbadf07acba9ba496cb5656;p=emacs.git * help-mode.el (help-xref-symbol-regexp): Add property as a keyword for ignoring links. * faces.el (read-face-name): Use it. --- 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.