Previous: , Up: インデント   [Contents][Index]


33.17.6 インデントにもとづくモーションコマンド

以下は主にインタラクティブに使用されるコマンドであり、テキスト内のインデントにもとづいて動作します。

Command: back-to-indentation

This command moves point to the first non-whitespace character in the current line (which is the line in which point is located).

Command: backward-to-indentation &optional arg

This command moves point backward arg lines and then to the first nonblank character on that line. If arg is omitted or nil, it defaults to 1.

Command: forward-to-indentation &optional arg

This command moves point forward arg lines and then to the first nonblank character on that line. If arg is omitted or nil, it defaults to 1.

This page has generated for branch:master, commit:762705fb24fd90db318f2e51c1e762452d26f7e2 to check Japanese translation.