Next: , Previous: , Up: Documentation   [Index]


3.5.2 Emacs documentation-property Command

Function: documentation-property symbol property &optional verbatim

This function returns the documentation string recorded in ‘SYMBOL’ ’s property list under property ‘PROPERTY’. It is most often used to look up the documentation strings of variables.

This differs from get in that it can refer to strings stored in the ‘etc/DOC’ file; and that it evaluates documentation properties that aren’t strings.

For function documentation, use the documentation function.