[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



If this convention for documenting functions is to be used, the editor should be
made clever about indenting it, e.g.

(DEFUN FOO (...)
    "This is the FOO function.
This line looks ugly because of its indentation"
    .
    .
    .

)

Also, how do you quit out of ^XM in such a way that the text you have composed so
far is not destroyed so you can re-enter it after you have looked at, say, another
edit buffer for a minute.