emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116438: lisp/calc/calc-menu.el (calc-vectors-menu):


From: Jay Belanger
Subject: [Emacs-diffs] trunk r116438: lisp/calc/calc-menu.el (calc-vectors-menu): Remove menu item for
Date: Fri, 14 Feb 2014 02:36:06 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116438
revision-id: address@hidden
parent: address@hidden
committer: Jay Belanger <address@hidden>
branch nick: trunk
timestamp: Thu 2014-02-13 20:35:59 -0600
message:
  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.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/calc.texi             calc.texi-20091113204419-o5vbwnq5f7feedwu-6290
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/calc/calc-menu.el         
calcmenu.el-20091113204419-o5vbwnq5f7feedwu-8586
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-02-13 02:19:48 +0000
+++ b/doc/misc/ChangeLog        2014-02-14 02:35:59 +0000
@@ -1,3 +1,8 @@
+2014-02-14  Jay Belanger  <address@hidden>
+
+       * calc.texi (Single-Variable Statistics): Remove mention of
+       incorrect keybinding.
+
 2014-02-12  Paul Eggert  <address@hidden>
 
        * texinfo.tex: Update from gnulib.

=== modified file 'doc/misc/calc.texi'
--- a/doc/misc/calc.texi        2014-01-10 07:10:37 +0000
+++ b/doc/misc/calc.texi        2014-02-14 02:35:59 +0000
@@ -20756,9 +20756,9 @@
 $$ a_{i+1} = { a_i + b_i \over 2 } , \qquad b_{i+1} = \sqrt{a_i b_i} $$
 @end tex
 
address@hidden 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.
address@hidden @cindex Root-mean-square
address@hidden Another commonly used mean, the RMS (root-mean-square), can be 
computed
address@hidden for a vector of numbers simply by using the @kbd{A} command.
 
 @kindex u S
 @pindex calc-vector-sdev

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-13 22:37:29 +0000
+++ b/lisp/ChangeLog    2014-02-14 02:35:59 +0000
@@ -1,3 +1,8 @@
+2014-02-14  Jay Belanger  <address@hidden>
+
+       * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
+       incorrect keybinding.
+
 2014-02-13  Daniel Colascione  <address@hidden>
 
        * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer

=== modified file 'lisp/calc/calc-menu.el'
--- a/lisp/calc/calc-menu.el    2014-01-01 07:43:34 +0000
+++ b/lisp/calc/calc-menu.el    2014-02-14 02:35:59 +0000
@@ -917,12 +917,13 @@
                    (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]