diff --git a/ChangeLog b/ChangeLog index 53ca081d..4d8bc679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2014-03-18 Benno Schulenberg + * doc/nanorc.sample.in - Document the changed whitespace defaults. + 2014-03-18 Benno Schulenberg * src/global.c (shortcut_init) - In the file browser one cannot search for a regular expression, so do not mention it. diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.in index d8fd60ae..d5bf3f16 100644 --- a/doc/nanorc.sample.in +++ b/doc/nanorc.sample.in @@ -181,7 +181,10 @@ ## The two single-column characters used to display the first characters ## of tabs and spaces. 187 in ISO 8859-1 (0000BB in Unicode) and 183 in ## ISO-8859-1 (0000B7 in Unicode) seem to be good values for these. -# set whitespace ":." +## The default when in a UTF-8 locale: +# set whitespace "»·" +## The default otherwise: +# set whitespace ">." ## Detect word boundaries more accurately by treating punctuation ## characters as parts of words.