diff options
| author | Jay Belanger | 2009-07-30 04:57:42 +0000 |
|---|---|---|
| committer | Jay Belanger | 2009-07-30 04:57:42 +0000 |
| commit | b5bdfd9f4f3f7d58b5ae353283b69c7b6f0d7be3 (patch) | |
| tree | f69214c2ab4cac196b4be0661eb5b6c11b9c94d5 /doc | |
| parent | 38216c3089eea8ce8f3b9a61e5cf7c9c40f3f1e6 (diff) | |
| download | emacs-b5bdfd9f4f3f7d58b5ae353283b69c7b6f0d7be3.tar.gz emacs-b5bdfd9f4f3f7d58b5ae353283b69c7b6f0d7be3.zip | |
(Help Commands): Add index entries for "prefix ?" keybindings.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 97b5f63829a..3680709fb14 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * calc.texi (Vector/Matrix Functions): Add index entries for both | 3 | * calc.texi (Vector/Matrix Functions): Add index entries for both |
| 4 | "v" and "V" key bindings. Mention that `calc-matrix-brackets' only | 4 | "v" and "V" key bindings. Mention that `calc-matrix-brackets' only |
| 5 | affects matrices with more than one row. | 5 | affects matrices with more than one row. |
| 6 | (Help Commands): Add index entries for "prefix ?" key bindings. | ||
| 6 | 7 | ||
| 7 | 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com> | 8 | 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com> |
| 8 | 9 | ||
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 573db010672..ab6691c95a7 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -9819,6 +9819,23 @@ stack but resets everything else to its default state. | |||
| 9819 | @noindent | 9819 | @noindent |
| 9820 | @cindex Help commands | 9820 | @cindex Help commands |
| 9821 | @kindex ? | 9821 | @kindex ? |
| 9822 | @kindex a ? | ||
| 9823 | @kindex b ? | ||
| 9824 | @kindex c ? | ||
| 9825 | @kindex d ? | ||
| 9826 | @kindex f ? | ||
| 9827 | @kindex g ? | ||
| 9828 | @kindex j ? | ||
| 9829 | @kindex k ? | ||
| 9830 | @kindex m ? | ||
| 9831 | @kindex r ? | ||
| 9832 | @kindex s ? | ||
| 9833 | @kindex t ? | ||
| 9834 | @kindex u ? | ||
| 9835 | @kindex v ? | ||
| 9836 | @kindex V ? | ||
| 9837 | @kindex z ? | ||
| 9838 | @kindex Z ? | ||
| 9822 | @pindex calc-help | 9839 | @pindex calc-help |
| 9823 | The @kbd{?} key (@code{calc-help}) displays a series of brief help messages. | 9840 | The @kbd{?} key (@code{calc-help}) displays a series of brief help messages. |
| 9824 | Some keys (such as @kbd{b} and @kbd{d}) are prefix keys, like Emacs' | 9841 | Some keys (such as @kbd{b} and @kbd{d}) are prefix keys, like Emacs' |