-## Sample initialization file for GNU nano.
+## Sample initialization file for nano.
##
## Please note that you must have configured nano with --enable-nanorc
## for this file to be read! Also note that this file should not be in
## Remember the used search/replace strings for the next session.
# set historylog
-## Have the justify command kill whitespace at the end of lines
+## Make the justify command kill whitespace at the end of lines.
# set justifytrim
## Enable vim-style lock-files. This is just to let a vim user know you
## The default otherwise:
# set whitespace ">."
-## Detect word boundaries more accurately by treating punctuation
+## Detect word boundaries differently by treating punctuation
## characters as parts of words.
# set wordbounds
+## The characters (besides alphanumeric ones) that should be considered
+## as parts of words. This option does not have a default value. When
+## set, it overrides option 'set wordbounds'.
+# set wordchars "<_>."
+
## Paint the interface elements of nano.
## This is an example; by default there are no colors.