diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-02-22 16:20:09 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-02-22 16:20:09 +0000 |
commit | 321a372529ae308bfa96d8f057364124b225352d (patch) | |
tree | da0f9942b4734dfb07da4a165a685dc3fbeb093f /lispref/tips.texi | |
parent | c24f05def09b85951a7ceae5b19b54e958de6837 (diff) | |
download | emacs-321a372529ae308bfa96d8f057364124b225352d.tar.gz |
(Documentation Tips): Fix typo.
Diffstat (limited to 'lispref/tips.texi')
-rw-r--r-- | lispref/tips.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi index e917a90b0e4..18d62e9f458 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -538,7 +538,7 @@ important arguments. @item For consistency, phrase the verb in the first sentence of a function's -documentation string as an imperative--for instance, use ``Return the +documentation string as an imperative---for instance, use ``Return the cons of A and B.'' in preference to ``Returns the cons of A and B@.'' Usually it looks good to do likewise for the rest of the first paragraph. Subsequent paragraphs usually look better if each sentence |