| www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-intro_49.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
You can see the effect of installing multiply-by-seven by
evaluating the following sample. Place the cursor after the following
expression and type C-x C-e. The number 21 will appear in the
echo area.
(multiply-by-seven 3) |
If you wish, you can read the documentation for the function by typing
C-h f (describe-function) and then the name of the
function, multiply-by-seven. When you do this, a
`*Help*' window will appear on your screen that says:
multiply-by-seven: Multiply NUMBER by seven. |
(To return to a single window on your screen, type C-x 1.)
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |