Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aki2o committed Jan 5, 2015
1 parent 47cc7fd commit 4e94cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Write the following in the elisp.

Use `yaxception:$` for starting handling exception.
`yaxception:$` receive the following arguments.
1. A sexp of `yaxception:try`.
1. A sexp of `yaxception:try` .
2. The sexp of `yaxception:catch` or `yaxception:finally`. This is optional.

`yaxception:$` has the following specification.
Expand Down
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ Exception is 'wrong-type-argument'. Wrong type argument: sequencep, hogege
Use =yaxception:$= for starting handling exception.
=yaxception:$= receive the following arguments.

1. A sexp of =yaxception:try=.
2. The sexp of =yaxception:catch= or =yaxception:finally=. This is optional.
1. A sexp of =yaxception:try= .
2. The sexp of =yaxception:catch= or =yaxception:finally=. This is optional.

=yaxception:$= has the following specification.

Expand Down

0 comments on commit 4e94cf3

Please sign in to comment.