# HG changeset patch # User Nick Roberts # Date 1151537366 0 # Node ID 1109575a2873695ca15f71c40126e14f6f2cc802 # Parent b750b645447174555b4486a75d4772a6460c0d7a * help-mode.el (help-xref-symbol-regexp): Add property as a keyword for ignoring links. * faces.el (read-face-name): Use it. diff -r b750b6454471 -r 1109575a2873 lisp/faces.el --- a/lisp/faces.el Wed Jun 28 23:27:35 2006 +0000 +++ b/lisp/faces.el Wed Jun 28 23:29:26 2006 +0000 @@ -859,7 +859,7 @@ (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.