Skip to content

Commit 79bf081

Browse files
committed
Fix by review
1 parent 4ab14bf commit 79bf081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/builtin.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3788,8 +3788,8 @@ getbufvar({buf}, {varname} [, {def}]) *getbufvar()*
37883788
getcellpixels() *getcellpixels()*
37893789
端末のセルのピクセルサイズの |List| を返す。
37903790
リストの形式は [xpixels, ypixels] である。
3791-
(端末) Unix でのみ動作する。gVim の場合や他のシステムの場合お
3792-
よび失敗した場合は [] を返す。
3791+
Unix (の端末) でのみ動作する。gVim の場合や他のシステムの場合
3792+
および失敗した場合は [] を返す。
37933793

37943794
戻り値の型: list<any>
37953795

0 commit comments

Comments
 (0)