* 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:
parent
9ee1e2d849
commit
c7b93b4437
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue