Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/general-info/lisp.1
    ... ... @@ -79,13 +79,16 @@ default is used. The actual maximum allowed heap size is platform-specific.
    79 79
     Requires an argument that should be the number of megabytes (1048576 bytes)
    
    80 80
     that should be allocated for the binding stack.  If not specified, a platform-specific
    
    81 81
     default is used.  The actual maximum allowed heap size is platform-specific.
    
    82
    +.TP
    
    82 83
     .BR \-edit
    
    83 84
     Causes Lisp to enter the 
    
    84 85
     .I Hemlock
    
    85 86
     editor.
    
    86 87
     A file to edit may be specified by
    
    87 88
     placing the name of the file between the program name (usually `lisp') and
    
    88
    -the first switch.
    
    89
    +the first switch.  For this option to be defined, Lisp must have
    
    90
    +.I Hemlock
    
    91
    +already loaded into the core.
    
    89 92
     .TP
    
    90 93
     .BR \-eval " expression"
    
    91 94
     Evaluates the specified Lisp
    
    ... ... @@ -122,7 +125,10 @@ Specifies that Lisp should start up as a
    122 125
     .I slave
    
    123 126
     Lisp and try to
    
    124 127
     connect to an editor Lisp.  The name of the editor to connect to must be
    
    125
    -specified.  To find the editor's name, use the
    
    128
    +specified.  For this option to be defined, Lisp must have already
    
    129
    +loaded
    
    130
    +.I Hemlock
    
    131
    +into the core.  To find the editor's name, use the
    
    126 132
     .I Hemlock
    
    127 133
     `Accept Slave Connections' command.  
    
    128 134
     .I editor-name