いくつかの例では、テキストをバッファに挿入します。これは、実行前後のバッファの (全)内容を示すことで示します。この場合、問題となっているバッファの(全)内容を バッファ名を持つ 2本の破線で囲みます。
---------- Buffer: foo ----------
This is the contents of foo
---------- Buffer: foo ----------
(insert " changed ")
=> nil
---------- Buffer: foo ----------
This is the changed contents of foo
---------- Buffer: foo ----------