Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/faces.el

    r4098 r4111  
    861861  "Read a face, defaulting to the face or faces on the char after point. 
    862862If 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. 
     863PROMPT should be a string that describes what the caller will do with the face; 
     864it should not end in a space. 
     865STRING-DESCRIBING-DEFAULT should describe what default the caller will use if 
     866the user just types RET; you can omit it. 
    866867If MULTIPLE is non-nil, return a list of faces (possibly only one). 
    867868Otherwise, return a single face."