/[gcl]/gcl/lsp/autoload.lsp
ViewVC logotype

Diff of /gcl/lsp/autoload.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wfs, Tue Apr 17 15:19:02 2001 UTC revision 1.3 by mjthomas, Mon Dec 30 04:22:11 2002 UTC
# Line 290  Line 290 
290    (if s (si::print-doc symbol)    (if s (si::print-doc symbol)
291        (progn        (progn
292          (princ "          (princ "
293  Welcome to Kyoto Common Lisp (KCL for short).  Welcome to GNU Common Lisp (GCL for short).
294  Here are the few functions you should learn first.  Here are some functions you should learn first.
295    
296          (HELP symbol) prints the online documentation associated with the          (HELP symbol) prints the online documentation associated with the
297          symbol.  For example, (HELP 'CONS) will print the useful information          symbol.  For example, (HELP 'CONS) will print the useful information
# Line 302  Here are the few functions you should le Line 302  Here are the few functions you should le
302          (HELP* \"PROG\") will print the documentation of the symbols such as          (HELP* \"PROG\") will print the documentation of the symbols such as
303          PROG, PROGN, and MULTIPLE-VALUE-PROG1.          PROG, PROGN, and MULTIPLE-VALUE-PROG1.
304    
305          (BYE) ends the current KCL session.          (SI::INFO <some string>) chooses from a list of all references in the
306            on-line documentation to <some string>.
307    
308  For the precise language specification, refere to Guy Steele's \"Common Lisp,          (APROPOS <some string>) or (APROPOS <some string> '<a package>) list
309  the Language\" and our \"KCL Report\".  \"KCL Dictionary\", the hard-copied          all symbols containing <some string>.
 version of KCL online documentation, will be useful as a handbook.  
310    
311  Good luck!                               Taiichi Yuasa and Masami Hagiya          (DESCRIBE '<symbol>) or (HELP '<symbol>) describe particular symbols.
312                                                  Kyoto, Japan; March 1986")  
313            (BYE) or (BY) ends the current GCL session.
314    
315    Good luck!                               The GCL Development Team")
316          (values))))          (values))))
317    
318  (defun help* (string &optional (package (find-package "LISP")))  (defun help* (string &optional (package (find-package "LISP")))

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26