diff options
| author | Jay Belanger | 2005-01-04 19:51:00 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-01-04 19:51:00 +0000 |
| commit | a4338f5175a7eeefa3d0eb52da9a2916d073d4fd (patch) | |
| tree | dc6119316af12933b73d5f068382d19c6a6f8101 | |
| parent | 60d1a807afa6ba357c6116bf6401a3e91fbbff8f (diff) | |
| download | emacs-a4338f5175a7eeefa3d0eb52da9a2916d073d4fd.tar.gz emacs-a4338f5175a7eeefa3d0eb52da9a2916d073d4fd.zip | |
(Basic Tutorial, Programming Tutorial): Removed caveats for Lucid Emacs.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/calc.texi | 8 |
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 @@ | |||
| 1 | 2005-01-04 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats | ||
| 4 | for Lucid Emacs. | ||
| 5 | |||
| 1 | 2005-01-04 Richard M. Stallman <rms@gnu.org> | 6 | 2005-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} | |||
| 2331 | to cancel it. (In fact, you can press @kbd{C-g} to cancel almost | 2331 | to cancel it. (In fact, you can press @kbd{C-g} to cancel almost |
| 2332 | anything in Emacs.) To get help on a prefix key, press that key | 2332 | anything in Emacs.) To get help on a prefix key, press that key |
| 2333 | followed by @kbd{?}. Some prefixes have several lines of help, | 2333 | followed by @kbd{?}. Some prefixes have several lines of help, |
| 2334 | so you need to press @kbd{?} repeatedly to see them all. This may | 2334 | so you need to press @kbd{?} repeatedly to see them all. |
| 2335 | not work under Lucid Emacs, but you can also type @kbd{h h} to | 2335 | You can also type @kbd{h h} to see all the help at once. |
| 2336 | see all the help at once. | ||
| 2337 | 2336 | ||
| 2338 | Try pressing @kbd{t ?} now. You will see a line of the form, | 2337 | Try 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 | |||
| 5924 | all you want to do is define a new function or repeat a command a few | 5923 | all you want to do is define a new function or repeat a command a few |
| 5925 | times. Calc has features that allow you to do these things easily. | 5924 | times. Calc has features that allow you to do these things easily. |
| 5926 | 5925 | ||
| 5927 | (Note that the programming commands relating to user-defined keys | ||
| 5928 | are not yet supported under Lucid Emacs 19.) | ||
| 5929 | |||
| 5930 | One very limited form of programming is defining your own functions. | 5926 | One very limited form of programming is defining your own functions. |
| 5931 | Calc's @kbd{Z F} command allows you to define a function name and | 5927 | Calc's @kbd{Z F} command allows you to define a function name and |
| 5932 | key sequence to correspond to any formula. Programming commands use | 5928 | key sequence to correspond to any formula. Programming commands use |