Go to the first, previous, next, last section, table of contents.

シンタックステーブル(GNU Emacs の内部構造)

シンタックステーブルの実際の解釈を以下に示します。

Integer   Class
0         空白                 (訳注:whitespace)
1         区切り文字           (訳注:punctuation)
2         word
3         シンボル
4         開き括弧             (訳注:Open paren)
5         閉じ括弧             (訳注:Close paren)
6         Expression prefix
7         ストリングクォート   (訳注:string quote)
8
9         文字クォート         (訳注:character quote)
10
11        コメントスタート
12        コメントエンド

Go to the first, previous, next, last section, table of contents.