Node:Second Buffer Related Review, Next:optional Exercise, Previous:beginning-of-buffer, Up:More Complex
Here is a brief summary of some of the topics covered in this chapter.
or
nil
; if none return a value that is not
nil
, return nil
. In brief, return the first true value
of the arguments; return a true value if one or any of the
other are true.
and
nil
, return
nil
; if none are nil
, return the value of the last
argument. In brief, return a true value only if all the arguments are
true; return a true value if one and each of the others is
true.
&optional
prefix-numeric-value
(interactive
"P")
to a numeric value.
forward-line
forward-line
goes forward as far as
it can and then returns a count of the number of additional lines it was
supposed to move but couldn't.
erase-buffer
bufferp
t
if its argument is a buffer; otherwise return nil
.