more various wording fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3552 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
8816564bf2
commit
4567277310
|
@ -30,9 +30,10 @@
|
||||||
## Use bold text instead of reverse video text.
|
## Use bold text instead of reverse video text.
|
||||||
# set boldtext
|
# set boldtext
|
||||||
|
|
||||||
## The characters treated as closing brackets. They cannot contain
|
## The characters treated as closing brackets when justifying
|
||||||
## blank characters. Only closing punctuation, optionally followed by
|
## paragraphs. They cannot contain blank characters. Only closing
|
||||||
## closing brackets, can end sentences.
|
## punctuation, optionally followed by closing brackets, can end
|
||||||
|
## sentences.
|
||||||
##
|
##
|
||||||
# set brackets ""')>]}"
|
# set brackets ""')>]}"
|
||||||
|
|
||||||
|
@ -99,14 +100,15 @@
|
||||||
## Preserve the XON and XOFF keys (^Q and ^S).
|
## Preserve the XON and XOFF keys (^Q and ^S).
|
||||||
# set preserve
|
# set preserve
|
||||||
|
|
||||||
## The characters treated as closing punctuation. They cannot contain
|
## The characters treated as closing punctuation when justifying
|
||||||
## blank characters. Only closing punctuation, optionally followed by
|
## paragraphs. They cannot contain blank characters. Only closing
|
||||||
## closing brackets, can end sentences.
|
## punctuation, optionally followed by closing brackets, can end
|
||||||
|
## sentences.
|
||||||
##
|
##
|
||||||
# set punct "!.?"
|
# set punct "!.?"
|
||||||
|
|
||||||
## Do quick statusbar blanking. Statusbar messages will disappear after
|
## Do quick statusbar blanking. Statusbar messages will disappear after
|
||||||
## 1 keystroke instead of 25. Note that "const" overrules this.
|
## 1 keystroke instead of 26. Note that "const" overrules this.
|
||||||
##
|
##
|
||||||
# set quickblank
|
# set quickblank
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue