aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-01-04 19:51:00 +0000
committerJay Belanger2005-01-04 19:51:00 +0000
commita4338f5175a7eeefa3d0eb52da9a2916d073d4fd (patch)
treedc6119316af12933b73d5f068382d19c6a6f8101
parent60d1a807afa6ba357c6116bf6401a3e91fbbff8f (diff)
downloademacs-a4338f5175a7eeefa3d0eb52da9a2916d073d4fd.tar.gz
emacs-a4338f5175a7eeefa3d0eb52da9a2916d073d4fd.zip
(Basic Tutorial, Programming Tutorial): Removed caveats for Lucid Emacs.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/calc.texi8
2 files changed, 7 insertions, 6 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 81f1449fb10..504073cbe8f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12005-01-04 Jay Belanger <belanger@truman.edu>
2
3 * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
4 for Lucid Emacs.
5
12005-01-04 Richard M. Stallman <rms@gnu.org> 62005-01-04 Richard M. Stallman <rms@gnu.org>
2 7
3 * custom.texi (Saving Customizations): Minor improvement. 8 * custom.texi (Saving Customizations): Minor improvement.
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}
2331to cancel it. (In fact, you can press @kbd{C-g} to cancel almost 2331to cancel it. (In fact, you can press @kbd{C-g} to cancel almost
2332anything in Emacs.) To get help on a prefix key, press that key 2332anything in Emacs.) To get help on a prefix key, press that key
2333followed by @kbd{?}. Some prefixes have several lines of help, 2333followed by @kbd{?}. Some prefixes have several lines of help,
2334so you need to press @kbd{?} repeatedly to see them all. This may 2334so you need to press @kbd{?} repeatedly to see them all.
2335not work under Lucid Emacs, but you can also type @kbd{h h} to 2335You can also type @kbd{h h} to see all the help at once.
2336see all the help at once.
2337 2336
2338Try pressing @kbd{t ?} now. You will see a line of the form, 2337Try pressing @kbd{t ?} now. You will see a line of the form,
2339 2338
@@ -5924,9 +5923,6 @@ system. But Lisp and rewrite rules take a while to master, and often
5924all you want to do is define a new function or repeat a command a few 5923all you want to do is define a new function or repeat a command a few
5925times. Calc has features that allow you to do these things easily. 5924times. Calc has features that allow you to do these things easily.
5926 5925
5927(Note that the programming commands relating to user-defined keys
5928are not yet supported under Lucid Emacs 19.)
5929
5930One very limited form of programming is defining your own functions. 5926One very limited form of programming is defining your own functions.
5931Calc's @kbd{Z F} command allows you to define a function name and 5927Calc's @kbd{Z F} command allows you to define a function name and
5932key sequence to correspond to any formula. Programming commands use 5928key sequence to correspond to any formula. Programming commands use