aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-06-28 23:29:26 +0000
committerNick Roberts2006-06-28 23:29:26 +0000
commitc7b93b443795c6064bbadf07acba9ba496cb5656 (patch)
tree1a577d05ba52b03a16e5b225291fcb04da994f84
parent9ee1e2d849145893830962ab49f1df7d58667bd9 (diff)
downloademacs-c7b93b443795c6064bbadf07acba9ba496cb5656.tar.gz
emacs-c7b93b443795c6064bbadf07acba9ba496cb5656.zip
* help-mode.el (help-xref-symbol-regexp): Add property as a keyword
for ignoring links. * faces.el (read-face-name): Use it.
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
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."
859 859
860(defun read-face-name (prompt &optional string-describing-default multiple) 860(defun read-face-name (prompt &optional string-describing-default multiple)
861 "Read a face, defaulting to the face or faces on the char after point. 861 "Read a face, defaulting to the face or faces on the char after point.
862If it has a `read-face-name' property, that overrides the `face' property. 862If it has the property `read-face-name', that overrides the `face' property.
863PROMPT describes what you will do with the face (don't end in a space). 863PROMPT describes what you will do with the face (don't end in a space).
864STRING-DESCRIBING-DEFAULT describes what default you will use 864STRING-DESCRIBING-DEFAULT describes what default you will use
865if this function returns nil. 865if this function returns nil.