Go to the first, previous, next, last section, table of contents.
-
Write a non-interactive function that doubles the value of its
argument, a number. Make that function interactive.
-
Write a function that tests whether the current value of
fill-column
is greater than the argument passed to the function,
and if so, prints an appropriate message.
Go to the first, previous, next, last section, table of contents.