summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-map.el
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2009-11-16 23:30:18 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2009-11-16 23:30:18 +0000
commite788cd434e997fe729471697823ac30c2ebab740 (patch)
tree5cea12faba9df443cb81b264a419096a6fb2cb7f /lisp/calc/calc-map.el
parent62be857ba2bb3236d79424c6026bd0d559dca743 (diff)
downloademacs-e788cd434e997fe729471697823ac30c2ebab740.tar.gz
(calc-get-operator):
(calc-b-oper-keys): Remove references to `calc-symclip'.
Diffstat (limited to 'lisp/calc/calc-map.el')
-rw-r--r--lisp/calc/calc-map.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/calc/calc-map.el b/lisp/calc/calc-map.el
index 0492eab0f5e..4feafcd92b9 100644
--- a/lisp/calc/calc-map.el
+++ b/lisp/calc/calc-map.el
@@ -308,7 +308,6 @@
( ?d 2 calcFunc-diff )
( ?n 1 calcFunc-not )
( ?c 1 calcFunc-clip )
- ( ?s 1 calcFunc-symclip )
( ?l 2 calcFunc-lsh )
( ?r 2 calcFunc-rsh )
( ?L 2 calcFunc-ash )
@@ -509,7 +508,7 @@
"SHIFT + Abs, conJ, arG; maX, miN; Floor, Round; sQrt"
"SHIFT + Inv, Hyp; Sin, Cos, Tan; Exp, Ln, logB"
"Algebra + Simp, Esimp, Deriv, Integ, !, =, etc."
- "Binary + And, Or, Xor, Diff; l/r/t/L/R shifts; Not, Clip, Symclip"
+ "Binary + And, Or, Xor, Diff; l/r/t/L/R shifts; Not, Clip"
"Conversions + Deg, Rad, HMS; Float; SHIFT + Fraction"
"Functions + Re, Im; Hypot; Mant, Expon, Scale; etc."
"Kombinatorics + Dfact, Lcm, Gcd, Choose; Random; etc."