aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2009-11-16 23:35:14 +0000
committerJay Belanger <[email protected]>2009-11-16 23:35:14 +0000
commit14467b99c9bcf328d59789ec7dc2147ac20b87e0 (patch)
tree0a04319d69d4284ff2a0725aaa638b13cfee737b /lisp/calc
parentdd279d77ab9dce617fc83b315fcf7564e3bcfa41 (diff)
(calc-b-prefix-help): Remove references to `calc-symclip'.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el
index 50a7140ad2..78f45755d9 100644
--- a/lisp/calc/calc-help.el
+++ b/lisp/calc/calc-help.el
@@ -575,7 +575,7 @@ C-w Describe how there is no warranty for Calc."
(defun calc-b-prefix-help ()
(interactive)
(calc-do-prefix-help
- '("And, Or, Xor, Diff, Not; Wordsize, Clip, Symclip"
+ '("And, Or, Xor, Diff, Not; Wordsize, Clip"
"Lshift, Rshift, roTate; SHIFT + signed Lshift, Rshift"
"SHIFT + business: Pv, Npv, Fv, pMt, #pmts, raTe, Irr"
"SHIFT + business: Sln, sYd, Ddb; %ch")