]> git.eshelyaron.com Git - emacs.git/commitdiff
* help-mode.el (help-xref-symbol-regexp): Add property as a keyword
authorNick Roberts <nickrob@snap.net.nz>
Wed, 28 Jun 2006 23:29:26 +0000 (23:29 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 28 Jun 2006 23:29:26 +0000 (23:29 +0000)
for ignoring links.

* faces.el (read-face-name): Use it.

lisp/faces.el

index b2ca6dcce3232cd16a67353b7337e0e81b5c9665..2d761ea8471f720dde2076279402b922fecf6ca3 100644 (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.