diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2014-02-13 20:35:59 -0600 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2014-02-13 20:35:59 -0600 |
commit | 2804e0bd8f9a58d8d9e77965cdb34f495ee7f292 (patch) | |
tree | 280f375e1f3a08c0e06e462de2b6b937cb8f4eb0 /doc/misc | |
parent | 019ff874af94a889899011c7da5e73f4edf7ce9c (diff) | |
download | emacs-2804e0bd8f9a58d8d9e77965cdb34f495ee7f292.tar.gz |
lisp/calc/calc-menu.el (calc-vectors-menu): Remove menu item for
incorrect keybinding.
doc/misc/calc.texi (Single-Variable Statistics): Remove mention of
incorrect keybinding.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/misc/calc.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a8eaa25a5e5..50c6f26ac16 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2014-02-14 Jay Belanger <jay.p.belanger@gmail.com> + + * calc.texi (Single-Variable Statistics): Remove mention of + incorrect keybinding. + 2014-02-12 Paul Eggert <eggert@cs.ucla.edu> * texinfo.tex: Update from gnulib. diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 1700aee9dc1..4010d6c8c19 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -20756,9 +20756,9 @@ mean, then repeating until the two values converge. $$ a_{i+1} = { a_i + b_i \over 2 } , \qquad b_{i+1} = \sqrt{a_i b_i} $$ @end tex -@cindex Root-mean-square -Another commonly used mean, the RMS (root-mean-square), can be computed -for a vector of numbers simply by using the @kbd{A} command. +@c @cindex Root-mean-square +@c Another commonly used mean, the RMS (root-mean-square), can be computed +@c for a vector of numbers simply by using the @kbd{A} command. @kindex u S @pindex calc-vector-sdev |