]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-get-operator):
authorJay Belanger <jay.p.belanger@gmail.com>
Mon, 16 Nov 2009 23:30:18 +0000 (23:30 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Mon, 16 Nov 2009 23:30:18 +0000 (23:30 +0000)
(calc-b-oper-keys): Remove references to `calc-symclip'.

lisp/calc/calc-map.el

index 0492eab0f5e5a8e4e1ae7a57013fb33ed22afe7e..4feafcd92b96f3ac0acc0a4504e13cef2fa97fc2 100644 (file)
                                ( ?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 )
                 "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."