Changeset 35439 in project
- Timestamp:
- 04/26/18 01:06:22 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/4/apropos/trunk/apropos.scm
r35436 r35439 131 131 ;; Constants 132 132 133 (define-constant CSI-HELP-HEAD (string-append ",a PATT ARG..." (make-string 4 #\space))) 134 133 135 ;rmvd ", raw, base [#]" 134 136 (define-constant CSI-HELP-BODY 135 137 "Apropos of PATT with ARG from ?, mac, split [nam|mod|#f], qual, ci, sort [nam|mod|typ|#f]") 136 138 137 (define-constant CSI-HELP 138 (string-append ",a PATT ARG..." (make-string 4 #\space) CSI-HELP-BODY)) 139 (define-constant CSI-HELP (string-append CSI-HELP-HEAD CSI-HELP-BODY)) 139 140 140 141 (define-constant HELP-TEXT
Note: See TracChangeset
for help on using the changeset viewer.