commit a1dc1376be922efa76e7bca9ee977a1dec70227c
parent 6fe132194c08910819261bad448e03ab29cb48c0
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Wed, 30 May 2018 10:28:04 +0200
docs: describe what constitutes a paragraph
Also fix a typo.
Diffstat:
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -1165,7 +1165,10 @@ Invokes a spell-checking program (or a linting program, if the current
syntax highlighting defines one).
@item justify
-Justifies the current paragraph.
+Justifies the current paragraph. A paragraph is a group of contiguous lines
+that, apart from possibly the first line, all have the same indentation. The
+beginning of a paragraph is detected by either this lone line with a differing
+indentation or by a preceding blank line.
@item fulljustify
Justifies the entire current buffer.
@@ -1483,7 +1486,7 @@ find the desired file.
Basic movement in the file browser is accomplished with the arrow and
other cursor-movement keys. More targeted movement is accomplished by
-searching, via @kbd{^W} or @kbd{w'}, or by changing directory, via
+searching, via @kbd{^W} or @kbd{w}, or by changing directory, via
@kbd{^_} or @kbd{g}. The behavior of the @kbd{Enter} key (or @kbd{s})
varies by what is currently selected.
If the currently selected object is a directory, the file browser will
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -517,7 +517,10 @@ syntax highlighting defines one).
A synonym of \fBspeller\fR (for when the speller has not been configured).
.TP
.B justify
-Justifies the current paragraph.
+Justifies the current paragraph. A paragraph is a group of contiguous lines
+that, apart from possibly the first line, all have the same indentation. The
+beginning of a paragraph is detected by either this lone line with a differing
+indentation or by a preceding blank line.
.TP
.B fulljustify
Justifies the entire current buffer.