aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJay Belanger2007-11-15 04:19:04 +0000
committerJay Belanger2007-11-15 04:19:04 +0000
commita81f03138a6dbb3b0b45ca85a828ab6409d1c2f4 (patch)
tree178b973f244821ea69ea06c1999c7de330c7475f /lisp
parentd43fba2fd1cca142b83b5a6cd37ad3645698e201 (diff)
downloademacs-a81f03138a6dbb3b0b45ca85a828ab6409d1c2f4.tar.gz
emacs-a81f03138a6dbb3b0b45ca85a828ab6409d1c2f4.zip
(calc-scientific-function-menu,calc-algebra-menu,calc-graphics-menu)
(calc-vectors-menu,calc-modes-menu): Adjust capitalization.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calc/calc-menu.el28
1 files changed, 14 insertions, 14 deletions
diff --git a/lisp/calc/calc-menu.el b/lisp/calc/calc-menu.el
index df01fe42c1f..5fa22622ac8 100644
--- a/lisp/calc/calc-menu.el
+++ b/lisp/calc/calc-menu.el
@@ -203,7 +203,7 @@
203 "Menu for Calc's arithmetic functions.") 203 "Menu for Calc's arithmetic functions.")
204 204
205(defvar calc-scientific-function-menu 205(defvar calc-scientific-function-menu
206 (list "Scientific functions" 206 (list "Scientific Functions"
207 (list "Constants" 207 (list "Constants"
208 ["pi" 208 ["pi"
209 (progn 209 (progn
@@ -231,7 +231,7 @@
231 (call-interactively 'calc-pi))) 231 (call-interactively 'calc-pi)))
232 :keys "I P" 232 :keys "I P"
233 :help "Euler's constant"]) 233 :help "Euler's constant"])
234 (list "Logs and exps" 234 (list "Logs and Exps"
235 ["ln(1:)" 235 ["ln(1:)"
236 (progn 236 (progn
237 (require 'calc-math) 237 (require 'calc-math)
@@ -264,7 +264,7 @@
264 ["(2:) ^ (1:)" 264 ["(2:) ^ (1:)"
265 calc-power 265 calc-power
266 :keys "^"]) 266 :keys "^"])
267 (list "Trig functions" 267 (list "Trigonometric Functions"
268 ["sin(1:)" 268 ["sin(1:)"
269 (progn 269 (progn
270 (require 'calc-math) 270 (require 'calc-math)
@@ -300,7 +300,7 @@
300 (require 'calc-math) 300 (require 'calc-math)
301 (call-interactively 'calc-arctan2)) 301 (call-interactively 'calc-arctan2))
302 :keys "f T"] 302 :keys "f T"]
303 "--Angle measure--" 303 "--Angle Measure--"
304 ["Radians" 304 ["Radians"
305 (progn 305 (progn
306 (require 'calc-math) 306 (require 'calc-math)
@@ -353,7 +353,7 @@
353 (require 'calc-math) 353 (require 'calc-math)
354 (call-interactively 'calc-arctanh)) 354 (call-interactively 'calc-arctanh))
355 :keys "I H T"]) 355 :keys "I H T"])
356 (list "Advanced math" 356 (list "Advanced Math Functions"
357 ["Gamma(1:)" 357 ["Gamma(1:)"
358 (progn 358 (progn
359 (require 'calc-comb) 359 (require 'calc-comb)
@@ -396,7 +396,7 @@
396 (call-interactively 'calc-bessel-Y)) 396 (call-interactively 'calc-bessel-Y))
397 :keys "f y" 397 :keys "f y"
398 :help "The Bessel function of the second kind (of order (2:))"]) 398 :help "The Bessel function of the second kind (of order (2:))"])
399 (list "Combinatorial" 399 (list "Combinatorial Functions"
400 ["gcd(2:,1:)" 400 ["gcd(2:,1:)"
401 (progn 401 (progn
402 (require 'calc-comb) 402 (require 'calc-comb)
@@ -573,7 +573,7 @@
573 (require 'calcalg2) 573 (require 'calcalg2)
574 (call-interactively 'calc-poly-roots)) 574 (call-interactively 'calc-poly-roots))
575 :keys "a P"]) 575 :keys "a P"])
576 (list "Curve fitting" 576 (list "Curve Fitting"
577 ["Fit (1:)=[x values, y values] to a curve" 577 ["Fit (1:)=[x values, y values] to a curve"
578 (progn 578 (progn
579 (require 'calcalg3) 579 (require 'calcalg3)
@@ -592,7 +592,7 @@
592 (require 'calc-graph) 592 (require 'calc-graph)
593 (call-interactively 'calc-graph-fast)) 593 (call-interactively 'calc-graph-fast))
594 :keys "g f"] 594 :keys "g f"]
595 ["Graph 3D [(1:)= z values, (2:)= y values, (3:)= xvalues]" 595 ["Graph 3D [(1:)= z values, (2:)= y values, (3:)= x values]"
596 (progn 596 (progn
597 (require 'calc-graph) 597 (require 'calc-graph)
598 (call-interactively 'calc-graph-fast-3d)) 598 (call-interactively 'calc-graph-fast-3d))
@@ -687,7 +687,7 @@
687 (call-interactively 'calc-map)) 687 (call-interactively 'calc-map))
688 :keys "V M" 688 :keys "V M"
689 :help "Apply a function to each element"]) 689 :help "Apply a function to each element"])
690 (list "Vectors as sets" 690 (list "Vectors As Sets"
691 ["Remove duplicates from (1:)" 691 ["Remove duplicates from (1:)"
692 (progn 692 (progn
693 (require 'calc-vec) 693 (require 'calc-vec)
@@ -709,7 +709,7 @@
709 (call-interactively 'calc-set-difference)) 709 (call-interactively 'calc-set-difference))
710 :keys "V -" 710 :keys "V -"
711 :help "Set difference"]) 711 :help "Set difference"])
712 (list "Statistics on vectors" 712 (list "Statistics On Vectors"
713 ["length(1:)" 713 ["length(1:)"
714 (progn 714 (progn
715 (require 'calc-stat) 715 (require 'calc-stat)
@@ -959,7 +959,7 @@
959 :keys "v ." 959 :keys "v ."
960 :style toggle 960 :style toggle
961 :selected (not calc-full-vectors)] 961 :selected (not calc-full-vectors)]
962 (list "Angle measure" 962 (list "Angle Measure"
963 ["Radians" 963 ["Radians"
964 (progn 964 (progn
965 (require 'calc-math) 965 (require 'calc-math)
@@ -1022,7 +1022,7 @@
1022 (= calc-number-radix 2) 1022 (= calc-number-radix 2)
1023 (= calc-number-radix 8) 1023 (= calc-number-radix 8)
1024 (= calc-number-radix 16)))]) 1024 (= calc-number-radix 16)))])
1025 (list "Float format" 1025 (list "Float Format"
1026 ["Normal" 1026 ["Normal"
1027 (progn 1027 (progn
1028 (require 'calc-mode) 1028 (require 'calc-mode)
@@ -1052,7 +1052,7 @@
1052 :style radio 1052 :style radio
1053 :selected (eq (car-safe calc-float-format) 'eng)]) 1053 :selected (eq (car-safe calc-float-format) 'eng)])
1054 (list "Algebraic" 1054 (list "Algebraic"
1055 ["Algebraic Mode" 1055 ["Algebraic mode"
1056 (progn 1056 (progn
1057 (require 'calc-mode) 1057 (require 'calc-mode)
1058 (call-interactively 'calc-algebraic-mode)) 1058 (call-interactively 'calc-algebraic-mode))
@@ -1060,7 +1060,7 @@
1060 :style radio 1060 :style radio
1061 :selected (eq calc-algebraic-mode t) 1061 :selected (eq calc-algebraic-mode t)
1062 :help "Keys which start numeric entry also start algebraic entry"] 1062 :help "Keys which start numeric entry also start algebraic entry"]
1063 ["Total Algebraic Mode" 1063 ["Total algebraic mode"
1064 (progn 1064 (progn
1065 (require 'calc-mode) 1065 (require 'calc-mode)
1066 (call-interactively 'calc-total-algebraic-mode)) 1066 (call-interactively 'calc-total-algebraic-mode))