]> git.wh0rd.org Git - nano.git/commitdiff
in nanorc.sample, change the comment for the "whitespace" option so that
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 31 Mar 2006 14:37:55 +0000 (14:37 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 31 Mar 2006 14:37:55 +0000 (14:37 +0000)
the hexadecimal character values are six digits long

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3343 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/nanorc.sample

index 391f979f130bec60b0898b1b46e06de61cf6f2cb..9677f53dfa4cbcf11b7175bcb5c268c2b5201111 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,7 +17,9 @@ CVS code -
        - Replace instances of \" with ", since quotes inside string
          parameters don't need to be escaped with backslashes. (DLR)
        - Mention in the comments that more than one start/end regex can
-         be included per line. (DLR)
+         be included per line, and change the comment for the
+         "whitespace" option so that the hexadecimal character values
+         are six digits long. (DLR)
 
 GNU nano 1.3.11 - 2006.03.30
 - General:
index ce11676da9e5681aabaa4357396e8ad11ffa6016..89bd80e90a03bf7ffc38b94509d1d01236914817 100644 (file)
 # set view
 
 ## The two single-column characters used to display the first characters
-## of tabs and spaces.  187 decimal (00BB hexadecimal) and 183 decimal
-## (00B7 hexadecimal) seem to be good values for these.
+## of tabs and spaces.  187 decimal (0000BB hexadecimal) and 183 decimal
+## (0000B7 hexadecimal) seem to be good values for these.
 # set whitespace "  "
 
 ## Detect word boundaries more accurately by treating punctuation