]> code.delx.au - gnu-emacs/commitdiff
lisp/calc/calc-menu.el (calc-vectors-menu): Remove menu item for
authorJay Belanger <jay.p.belanger@gmail.com>
Fri, 14 Feb 2014 02:35:59 +0000 (20:35 -0600)
committerJay Belanger <jay.p.belanger@gmail.com>
Fri, 14 Feb 2014 02:35:59 +0000 (20:35 -0600)
incorrect keybinding.

doc/misc/calc.texi (Single-Variable Statistics): Remove mention of
incorrect keybinding.

doc/misc/ChangeLog
doc/misc/calc.texi
lisp/ChangeLog
lisp/calc/calc-menu.el

index a8eaa25a5e5f132d8415cb97984bb47bc8295e9c..50c6f26ac16b61b44be3fac3fecf8b43960d62d0 100644 (file)
@@ -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.
index 1700aee9dc154b47e072cc977bc0afb50ab70494..4010d6c8c19c0d76ae7057b529b4310ee6878fa2 100644 (file)
@@ -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
index c0d08e0a6e8f8aba976ea43ca86866d98383e2f1..787fa26f30ca7ae672aacb7f9c852d9e5ce336d6 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
+       incorrect keybinding.
+
 2014-02-13  Daniel Colascione  <dancol@dancol.org>
 
        * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
index 201dc58a68bea57750f6b43929d4424a2a3639d2..9dbb40aa8247915631c912b669eb1e028a31aca1 100644 (file)
                    (call-interactively 'calc-vector-geometric-mean)))
                :keys "H u G"
                :active (>= (calc-stack-size) 1)]
-               ["RMS(1:)"
-                (progn (require 'calc-arith)
-                       (call-interactively 'calc-abs))
-                :keys "A"
-                :active (>= (calc-stack-size) 1)
-                :help "The root-mean-square, or quadratic mean"])
+               ;; ["RMS(1:)"
+               ;;  (progn (require 'calc-arith)
+               ;;         (call-interactively 'calc-abs))
+               ;;  :keys "A"
+               ;;  :active (>= (calc-stack-size) 1)
+               ;;  :help "The root-mean-square, or quadratic mean"]
+               )
         ["Abbreviate long vectors"
          (progn
            (require 'calc-mode)