mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* irb messages: fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
23f89a8932
commit
3c024ba5e2
5 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Jun 2 00:02:22 2001 Keiju Ishitsuka <keiju@ishitsuka.com>
|
||||
|
||||
* irb messages: fix typos.
|
||||
|
||||
Fri Jun 1 17:26:24 2001 K.Kosako <kosako@sofnec.co.jp>
|
||||
|
||||
* hash.c (replace_i): ignore when key == Qundef.
|
||||
|
|
|
@ -56,7 +56,7 @@ is the standard default action if Readline is installed.
|
|||
--prompt prompt-mode
|
||||
--prompt-mode prompt-mode
|
||||
switches prompt mode. Pre-defined prompt modes are
|
||||
`defalut', `simple', `xmp' and `inf-ruby'
|
||||
`deflaut', `simple', `xmp' and `inf-ruby'
|
||||
|
||||
--inf-ruby-mode uses prompt appreciate for inf-ruby-mode on emacs.
|
||||
Suppresses --readline.
|
||||
|
|
|
@ -57,7 +57,7 @@ irb
|
|||
--prompt prompt-mode
|
||||
--prompt-mode prompt-mode
|
||||
プロンプトモードを切替えます. 現在定義されているプ
|
||||
ロンプトモードは, defalut, simple, xmp, inf-rubyが
|
||||
ロンプトモードは, default, simple, xmp, inf-rubyが
|
||||
用意されています. デフォルトはdefaultプロンプトモー
|
||||
ドになっています.
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ Usage: irb.rb [options] [programfile] [arguments]
|
|||
--prompt prompt-mode
|
||||
--prompt-mode prompt-mode
|
||||
switches prompt mode. Pre-defined prompt modes are
|
||||
`defalut', `simple', `xmp' and `inf-ruby'
|
||||
`default', `simple', `xmp' and `inf-ruby'
|
||||
--inf-ruby-mode uses prompt appreciate for inf-ruby-mode on emacs.
|
||||
Suppresses --readline.
|
||||
--simple-prompt simple prompt mode
|
||||
|
|
|
@ -20,7 +20,7 @@ Usage: irb.rb [options] [programfile] [arguments]
|
|||
--noreadline readline$B%i%$%V%i%j$rMxMQ$7$J$$(B.
|
||||
--prompt prompt-mode/--prompt-mode prompt-mode
|
||||
$B%W%m%s%W%H%b!<%I$r@ZBX$($^$9(B. $B8=:_Dj5A$5$l$F$$$k%W(B
|
||||
$B%m%s%W%H%b!<%I$O(B, defalut, simple, xmp, inf-ruby$B$,(B
|
||||
$B%m%s%W%H%b!<%I$O(B, default, simple, xmp, inf-ruby$B$,(B
|
||||
$BMQ0U$5$l$F$$$^$9(B.
|
||||
--inf-ruby-mode emacs$B$N(Binf-ruby-mode$BMQ$N%W%m%s%W%HI=<($r9T$J$&(B. $BFC(B
|
||||
$B$K;XDj$,$J$$8B$j(B, readline$B%i%$%V%i%j$O;H$o$J$/$J$k(B.
|
||||
|
|
Loading…
Reference in a new issue