diff options
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc-help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index 50a7140ad21..78f45755d93 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") |