diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2009-07-30 04:57:42 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2009-07-30 04:57:42 +0000 |
commit | b5bdfd9f4f3f7d58b5ae353283b69c7b6f0d7be3 (patch) | |
tree | f69214c2ab4cac196b4be0661eb5b6c11b9c94d5 /doc | |
parent | 38216c3089eea8ce8f3b9a61e5cf7c9c40f3f1e6 (diff) | |
download | emacs-b5bdfd9f4f3f7d58b5ae353283b69c7b6f0d7be3.tar.gz |
(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 @@ * calc.texi (Vector/Matrix Functions): Add index entries for both "v" and "V" key bindings. Mention that `calc-matrix-brackets' only affects matrices with more than one row. + (Help Commands): Add index entries for "prefix ?" key bindings. 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com> 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. @noindent @cindex Help commands @kindex ? +@kindex a ? +@kindex b ? +@kindex c ? +@kindex d ? +@kindex f ? +@kindex g ? +@kindex j ? +@kindex k ? +@kindex m ? +@kindex r ? +@kindex s ? +@kindex t ? +@kindex u ? +@kindex v ? +@kindex V ? +@kindex z ? +@kindex Z ? @pindex calc-help The @kbd{?} key (@code{calc-help}) displays a series of brief help messages. Some keys (such as @kbd{b} and @kbd{d}) are prefix keys, like Emacs' |