Changeset 111 for trunk


Ignore:
Timestamp:
10/13/05 18:26:21 (19 years ago)
Author:
lisppaste
Message:

for bmastenbrook: MORE HELP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/example/cliki.lisp ΒΆ

    r110 r111  
    408408    ("apropos" .
    409409     ,(lambda (nick)
    410               (format nil "Try ``~A: apropos foo'' to search for all small definitions containing ''foo''." nick)))))
     410              (format nil "Try ``~A: apropos foo'' to search for all small definitions containing ''foo''." nick)))
     411    ("acronyms" .
     412     ,(lambda (nick)
     413        (format nil "See an acronym you don't recognize? Try ``~A: what does sbcl stand for?'' to find out what it means!" nick)))))
    411414
    412415(defun cliki-bot-help (nick)
Note: See TracChangeset for help on using the changeset viewer.