diff options
| author | Stefan Kangas | 2020-04-30 18:02:28 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-04-30 18:02:28 +0200 |
| commit | 1d477a0fec2b31101960a75702d8ae1c99ed21e1 (patch) | |
| tree | 135542eebf31062d55941dcb96a2f1bc1454e1ed /doc | |
| parent | aea1b4db72df92595a3f642d18bf57254d74772b (diff) | |
| download | emacs-1d477a0fec2b31101960a75702d8ae1c99ed21e1.tar.gz emacs-1d477a0fec2b31101960a75702d8ae1c99ed21e1.zip | |
Recommend to avoid unnecessary abbreviations in doc
* doc/lispref/tips.texi (Documentation Tips): Recommend to avoid
unnecessary abbreviations. (Bug#40011)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/tips.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index 3b8da35b6cc..5b09b2ccea6 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -821,6 +821,14 @@ most cases, the meaning is clear with just ``if''. Otherwise, try to | |||
| 821 | find an alternate phrasing that conveys the meaning. | 821 | find an alternate phrasing that conveys the meaning. |
| 822 | 822 | ||
| 823 | @item | 823 | @item |
| 824 | Try to avoid using abbreviations such as ``e.g.'' (for ``for | ||
| 825 | example''), ``i.e.'' (for ``that is''), ``no.'' (for ``number''), | ||
| 826 | ``c.f.'' (for ``in contrast to'') and ``w.r.t.'' (for ``with respect | ||
| 827 | to'') as much as possible. It is almost always clearer and easier to | ||
| 828 | read the expanded version.@footnote{We do use these occasionally, but | ||
| 829 | try not to overdo it.} | ||
| 830 | |||
| 831 | @item | ||
| 824 | When a command is meaningful only in a certain mode or situation, | 832 | When a command is meaningful only in a certain mode or situation, |
| 825 | do mention that in the documentation string. For example, | 833 | do mention that in the documentation string. For example, |
| 826 | the documentation of @code{dired-find-file} is: | 834 | the documentation of @code{dired-find-file} is: |