diff options
author | Chong Yidong <cyd@gnu.org> | 2012-02-19 13:54:33 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-02-19 13:54:33 +0800 |
commit | 8376d7c25a3d73cc516e9ef9537194e702474a52 (patch) | |
tree | 91f6ec7f1d2b5f16dc7474826449f5eae735a85d /doc/lispref/macros.texi | |
parent | 0b19b281212ccb1253088afaaa196f69b21a5a6d (diff) | |
download | emacs-8376d7c25a3d73cc516e9ef9537194e702474a52.tar.gz emacs-8376d7c25a3d73cc516e9ef9537194e702474a52.tar.bz2 emacs-8376d7c25a3d73cc516e9ef9537194e702474a52.zip |
Updates to Documentation chapter of Lisp manual.
* doc/lispref/help.texi (Documentation, Documentation Basics, Help Functions):
Minor clarifications.
(Accessing Documentation): Clarify what documentation-property is
for. Add xref to Keys in Documentation.
* doc/lispref/macros.texi (Defining Macros):
* doc/lispref/modes.texi (Derived Modes): Say "documentation string" instead
of docstring.
* doc/lispref/tips.texi (Documentation Tips): Don't recommend using * in
docstrings.
Diffstat (limited to 'doc/lispref/macros.texi')
-rw-r--r-- | doc/lispref/macros.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index de9e1c405f0..a71d3379b80 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi @@ -258,7 +258,8 @@ Specify how to indent calls to this macro. @xref{Indenting Macros}, for more details. @item (doc-string @var{number}) -Specify which element of the macro is the doc string, if any. +Specify which element of the macro is the documentation string, if +any. @end table A @code{declare} form only has its special effect in the body of a |