changeset 71521:1109575a2873

* help-mode.el (help-xref-symbol-regexp): Add property as a keyword for ignoring links. * faces.el (read-face-name): Use it.
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 28 Jun 2006 23:29:26 +0000
parents b750b6454471
children d530d0a35e81
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.