Changeset 4111 for trunk/lisp/faces.el
- Timestamp:
- 07/16/06 08:36:52 (2 years ago)
- Files:
-
- trunk/lisp/faces.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/faces.el
r4098 r4111 861 861 "Read a face, defaulting to the face or faces on the char after point. 862 862 If it has the property `read-face-name', that overrides the `face' property. 863 PROMPT describes what you will do with the face (don't end in a space). 864 STRING-DESCRIBING-DEFAULT describes what default you will use 865 if this function returns nil. 863 PROMPT should be a string that describes what the caller will do with the face; 864 it should not end in a space. 865 STRING-DESCRIBING-DEFAULT should describe what default the caller will use if 866 the user just types RET; you can omit it. 866 867 If MULTIPLE is non-nil, return a list of faces (possibly only one). 867 868 Otherwise, return a single face."
