From: <boj...@dd...> - 2004-11-28 19:07:42
|
(info "(elisp)Documentation Tips") * The first line of the documentation string should consist of one or two complete sentences that stand on their own as a summary. * When a documentation string refers to a Lisp symbol, write it as it would be printed [...] with single-quotes around it. [...] There are two exceptions: write t and nil without single-quotes. -- Johan Bockgård |