Raymond Toy pushed to branch issue-260-hemlock-in-core-for-options at cmucl / cmucl
Commits: be8a3764 by Raymond Toy at 2024-01-04T08:27:20-08:00 Apply all suggested changes.
Italicize Hemlock and use "Lisp" instead of "lisp".
- - - - -
1 changed file:
- src/general-info/lisp.1
Changes:
===================================== src/general-info/lisp.1 ===================================== @@ -86,7 +86,8 @@ Causes Lisp to enter the editor. A file to edit may be specified by placing the name of the file between the program name (usually `lisp') and -the first switch. For this option to be defined, lisp must have hemlock +the first switch. For this option to be defined, Lisp must have +.I Hemlock already loaded into the core. .TP .BR -eval " expression" @@ -124,8 +125,10 @@ Specifies that Lisp should start up as a .I slave Lisp and try to connect to an editor Lisp. The name of the editor to connect to must be -specified. For this option to be defined, lisp must have already -loaded hemlock into the core. To find the editor's name, use the +specified. For this option to be defined, Lisp must have already +loaded +.I Hemlock +into the core. To find the editor's name, use the .I Hemlock `Accept Slave Connections' command. .I editor-name
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/be8a3764f81ec3bba120dc0f...