commit fe65657f6f0464924f2483d7692ec9d95524e930
parent 484352241e7c1d4257161cb427943524f653966e
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 21 Oct 2004 17:11:40 +0000
in nanorc.sample, change the included speller value to "aspell -x -c";
the -x option makes aspell not create backup files, and this is
consistent with the internal spell checker's behavior
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2008 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -280,6 +280,9 @@ CVS code -
- Remove specific references to control key shortcuts other than
XON and XOFF. (DLR)
- Add continue and goto to the "c-file" regexes. (DLR)
+ - Change the included speller value to "aspell -x -c". The -x
+ option makes aspell not create backup files, and this is
+ consistent with the internal spell checker's behavior. (DLR)
- doc/man/fr/nano.1, doc/man/fr/nanorc.1:
- Updated manpage translations by Jean-Philippe Guérard.
- README.CVS:
diff --git a/doc/nanorc.sample b/doc/nanorc.sample
@@ -104,7 +104,7 @@
## Use this spelling checker instead of the internal one. This option
## does not properly have a default value.
##
-# set speller "aspell -c"
+# set speller "aspell -x -c"
## Allow nano to be suspended.
# set suspend