diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2005-01-04 19:51:00 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2005-01-04 19:51:00 +0000 |
commit | a4338f5175a7eeefa3d0eb52da9a2916d073d4fd (patch) | |
tree | dc6119316af12933b73d5f068382d19c6a6f8101 /man/calc.texi | |
parent | 60d1a807afa6ba357c6116bf6401a3e91fbbff8f (diff) | |
download | emacs-a4338f5175a7eeefa3d0eb52da9a2916d073d4fd.tar.gz |
(Basic Tutorial, Programming Tutorial): Removed caveats for Lucid Emacs.
Diffstat (limited to 'man/calc.texi')
-rw-r--r-- | man/calc.texi | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/man/calc.texi b/man/calc.texi index 96b8d739385..514b09d20dd 100644 --- a/man/calc.texi +++ b/man/calc.texi @@ -2331,9 +2331,8 @@ key. If you type a prefix key by accident, you can press @kbd{C-g} to cancel it. (In fact, you can press @kbd{C-g} to cancel almost anything in Emacs.) To get help on a prefix key, press that key followed by @kbd{?}. Some prefixes have several lines of help, -so you need to press @kbd{?} repeatedly to see them all. This may -not work under Lucid Emacs, but you can also type @kbd{h h} to -see all the help at once. +so you need to press @kbd{?} repeatedly to see them all. +You can also type @kbd{h h} to see all the help at once. Try pressing @kbd{t ?} now. You will see a line of the form, @@ -5924,9 +5923,6 @@ system. But Lisp and rewrite rules take a while to master, and often all you want to do is define a new function or repeat a command a few times. Calc has features that allow you to do these things easily. -(Note that the programming commands relating to user-defined keys -are not yet supported under Lucid Emacs 19.) - One very limited form of programming is defining your own functions. Calc's @kbd{Z F} command allows you to define a function name and key sequence to correspond to any formula. Programming commands use |