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

マーカーに対するプレディケート

Function: integer-or-marker-p object

この関数は、 object が integer かマーカーの場合 t を返し、そうでない場合 nil を返します。

Function: marker-p object

この関数は、 object がマーカーの場合 t を返し、そうでない場合 nil を返しま す。多くの関数はマーカーや integer を受け取りますが、 integer はマーカーで はありません。


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