Fix documentation typos

slava 2006-05-25 00:28:37 +00:00
parent 20306c972f
commit 1488d8ec5d
2 changed files with 3 additions and 3 deletions

View File

@ -42,6 +42,7 @@
+ ui/help: + ui/help:
- clearing pane with ^L leaves scrollbar a pixel off
- new leaner help viewer - new leaner help viewer
- new inspector style: - new inspector style:
- clicking objects sends them to the listener - clicking objects sends them to the listener
@ -69,7 +70,6 @@
- cocoa: - cocoa:
- horizontal scrolling - horizontal scrolling
- window zooming doesn't work - window zooming doesn't work
- implement handlers for open, quit events, and whatever else
- polish OS X menu bar code - polish OS X menu bar code
- when scrolling wheel, or moving mouse out of window, rollover is not - when scrolling wheel, or moving mouse out of window, rollover is not
updated updated

View File

@ -28,13 +28,13 @@ HELP: word-outliner "( seq quot -- )"
HELP: usage. "( word -- )" HELP: usage. "( word -- )"
{ $values { "word" "a word" } } { $values { "word" "a word" } }
{ $description "Prints an outliner listing all callers of a word. This may include the word itself, if it is recursive." } { $description "Prints an outliner listing all callers of a word. This may include the word itself, if it is recursive." }
{ $examples { $code "\ reverse usage." } } { $examples { $code "\\ reverse usage." } }
{ $see-also usage usages } ; { $see-also usage usages } ;
HELP: uses. "( word -- )" HELP: uses. "( word -- )"
{ $values { "word" "a word" } } { $values { "word" "a word" } }
{ $description "Prints an outliner listing all words called by a word. This may include the word itself, if it is recursive." } { $description "Prints an outliner listing all words called by a word. This may include the word itself, if it is recursive." }
{ $examples { $code "\ + uses." } } { $examples { $code "\\ + uses." } }
{ $see-also uses } ; { $see-also uses } ;
HELP: stack. "( seq -- )" HELP: stack. "( seq -- )"