* help-mode.el (help-xref-symbol-regexp): Add property as a keyword

for ignoring links.

* faces.el (read-face-name): Use it.
This commit is contained in:
Nick Roberts 2006-06-28 23:29:26 +00:00
parent 9ee1e2d849
commit c7b93b4437

View file

@ -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.