diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-02 18:02:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-03 12:53:51 +0200 |
commit | d6a2754348f57883036c0f35f0a880b7817e6bc1 (patch) | |
tree | b3d3a8a10ebf0e56acff206d0e188f3b61651d7e /doc/lispref/tips.texi | |
parent | ceae38b9338ea07b18b2d2efa07bcf304d40c23d (diff) | |
download | emacs-d6a2754348f57883036c0f35f0a880b7817e6bc1.tar.gz emacs-d6a2754348f57883036c0f35f0a880b7817e6bc1.tar.bz2 emacs-d6a2754348f57883036c0f35f0a880b7817e6bc1.zip |
; Fix more typos
Diffstat (limited to 'doc/lispref/tips.texi')
-rw-r--r-- | doc/lispref/tips.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index 1826e8f7b42..aaef85897e8 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -960,7 +960,7 @@ Using multiple top-level code sections has the advantage that it avoids introducing an additional nesting level but it also means that the section named @samp{Code} does not contain all the code, which is awkward. To avoid that, you should put no code at all inside that -section; that way it can be considered a seperator instead of a +section; that way it can be considered a separator instead of a section heading. Finally, we recommend that you don't end headings with a colon or any |