Mercurial > emacs
diff lispref/tips.texi @ 16671:9fa09185bca0
Explain how disabled commands' doc strings are displayed.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 12 Dec 1996 05:36:22 +0000 |
| parents | fd47674bb3a7 |
| children | 981e116b4ac6 |
line wrap: on
line diff
--- a/lispref/tips.texi Wed Dec 11 21:06:53 1996 +0000 +++ b/lispref/tips.texi Thu Dec 12 05:36:22 1996 +0000 @@ -403,6 +403,12 @@ starting double-quote is not part of the string! @item +When the user tries to use a disabled command, Emacs displays just the +first paragraph of its documentation string---everything through the +first blank line. If you wish, you can choose which information to +include before the first blank line so as to make this display useful. + +@item A variable's documentation string should start with @samp{*} if the variable is one that users would often want to set interactively. If the value is a long list, or a function, or if the variable would be set
