Skip to content

Commit

Permalink
fix: doc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
monaqa committed Apr 5, 2023
1 parent 84c097b commit dd4c5d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions doc/dial.jax
Expand Up @@ -1472,13 +1472,13 @@ require("dial.map").dec_normal([group_name])
NORMAL モードにおいて与えられたグループ名をもとにデクリメントを行うための
キーシーケンスを出力します。

*dial.map.inc_normal()*
*dial.map.inc_gnormal()*
require("dial.map").inc_gnormal([group_name])

加算的なインクリメントを行うためのキーシーケンスを表す文字列を出力します。
|dial-additive-dot-repeating| 参照。

*dial.map.dec_normal()*
*dial.map.dec_gnormal()*
require("dial.map").dec_gnormal([group_name])

加算的なデクリメントを行うためのキーシーケンスを表す文字列を出力します。
Expand Down
16 changes: 8 additions & 8 deletions doc/dial.txt
Expand Up @@ -1526,24 +1526,24 @@ require("dial.map").inc_normal([group_name])
)
<

*dial.map.inc_normal()*
*dial.map.dec_normal()*
require("dial.map").dec_normal([group_name])

Outputs a key sequence for decrementing based on the given `group_name` in
NORMAL mode.

*dial.map.inc_gnormal()*
require("dial.map").inc_gnormal([group_name])

Outputs a key sequence for additive incrementing. See
|dial-additive-dot-repeating|.

*dial.map.dec_normal()*
*dial.map.dec_gnormal()*
require("dial.map").dec_gnormal([group_name])

Outputs a key sequence for additive decrementing. See
|dial-additive-dot-repeating|.

*dial.map.dec_normal()*
require("dial.map").dec_normal([group_name])

Outputs a key sequence for decrementing based on the given `group_name` in
NORMAL mode.

*dial.map.inc_visual()*
require("dial.map").inc_visual([group_name])

Expand Down

0 comments on commit dd4c5d0

Please sign in to comment.