chiark / gitweb /
README.org, runlisp.1.in, runlisp.conf.5.in: Fix some simple lies.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Mar 2024 16:25:52 +0000 (16:25 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Mar 2024 16:34:10 +0000 (16:34 +0000)
README.org
doc/README.pdf
runlisp.1.in
runlisp.conf.5.in

index f5a95dac2a0e0001c7e313b387f690171565fa5f..30aab1f9359496ed360eb0f91c69d175a7dacede 100644 (file)
@@ -168,7 +168,7 @@ with ~-p~, you can also load a file of Lisp code using ~-l~.
 
 When ~runlisp~ is acting on ~-e~, ~-p~, and/or ~-l~ options, it's said
 to be running in /eval/ mode, rather than its usual /script/ mode.  In
 
 When ~runlisp~ is acting on ~-e~, ~-p~, and/or ~-l~ options, it's said
 to be running in /eval/ mode, rather than its usual /script/ mode.  In
-script mode, it /doesn't/ set ~:runlisp-script~ in ~*features*~.
+eval mode, it /doesn't/ set ~:runlisp-script~ in ~*features*~.
 
 You can still insist that ~runlisp~ use a particular Lisp
 implementation, or one of a subset of implementations, using the ~-L~
 
 You can still insist that ~runlisp~ use a particular Lisp
 implementation, or one of a subset of implementations, using the ~-L~
index ffe9402f6c4ecdc7ee65f763d3b0e88882fcdfb2..9c5e27db53420af834b41faf248b21bd07feaf7b 100644 (file)
Binary files a/doc/README.pdf and b/doc/README.pdf differ
index 1a8642d292225a96ae3d3e0769eb616db746b437..d2d6dec73a448ebddeff7c4b41405585846418e0 100644 (file)
@@ -388,6 +388,9 @@ mode.
 In
 .I script
 mode,
 In
 .I script
 mode,
+and if the
+.RB ` \-E '
+option was not given,
 .B runlisp
 reads the second line of the script file,
 and checks to see if it contains the string
 .B runlisp
 reads the second line of the script file,
 and checks to see if it contains the string
index bb16e4a70fc9a2e28f441cce6132b04629b75cc4..8372687ba5ccf899fc832023817dd78bef4090bf 100644 (file)
@@ -286,7 +286,7 @@ section has one parent, namely
 If the variable
 .B @parents
 is set in a section other than one of those named above,
 If the variable
 .B @parents
 is set in a section other than one of those named above,
-then it must consist of a space- or comma-separated list
+then it must consist of a space- and/or comma-separated list
 of names,
 which name the section's parents.
 Currently, the parents need not be distinct,
 of names,
 which name the section's parents.
 Currently, the parents need not be distinct,
@@ -732,7 +732,7 @@ from the
 section instead.
 .
 .TP
 section instead.
 .
 .TP
-.B @image-dir
+.B image-dir
 The directory in which
 .B runlisp
 looks for, and
 The directory in which
 .B runlisp
 looks for, and