~ chicken-core (chicken-5) 0f7e24f4b8e519b4db1dd9311a093b02ba4d1315


commit 0f7e24f4b8e519b4db1dd9311a093b02ba4d1315
Author:     Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Tue Mar 19 19:23:46 2013 +0100
Commit:     Peter Bex <peter.bex@xs4all.nl>
CommitDate: Tue Mar 19 19:23:46 2013 +0100

    Remove mention of ./.csirc

diff --git a/manual/Using the interpreter b/manual/Using the interpreter
index e3c0d7ca..8d6d6996 100644
--- a/manual/Using the interpreter	
+++ b/manual/Using the interpreter	
@@ -39,7 +39,7 @@ The options recognized by the interpreter are:
 
 ; -K  -keyword-style STYLE : Enables alternative keyword syntax, where {{STYLE}} may be either {{prefix}} (as in Common Lisp) or {{suffix}} (as in DSSSL). Any other value is ignored.
 
-; -n  -no-init : Do not load initialization-file. If this option is not given and the file {{./.csirc}} or {{$HOME/.csirc}} exists, then it is loaded before the read-eval-print loop commences.
+; -n  -no-init : Do not load initialization-file. If this option is not given and the file {{$HOME/.csirc}} exists, then it is loaded before the read-eval-print loop commences.
 
 ;     -no-parentheses-synonyms STYLE : Disables list delimiter synonyms, [..] and {...} for (...).
 
Trap