* calc/calc-misc.el (calc-help): Avoid wrapping help message.

This commit is contained in:
Andreas Schwab 2011-12-16 14:32:35 +01:00
parent 763237c468
commit f16c898aa3
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
* calc/calc-misc.el (calc-help): Avoid wrapping help message.
2011-12-13 Sam Steingold <sds@gnu.org>
* man.el (Man-getpage-in-background): When running under a

View file

@ -219,10 +219,10 @@ Calc user interface as before (either C-x * C or C-x * K; initially C-x * C).
(let ((msgs
'("Press `h' for complete help; press `?' repeatedly for a summary"
"Letter keys: Negate; Precision; Yank; Why; Xtended cmd; Quit"
"Letter keys: SHIFT + Undo, reDo; Keep-args; Inverse, Hyperbolic, Option"
"Letter keys: SHIFT + Undo, reDo; Inverse, Hyperbolic, Option"
"Letter keys: SHIFT + sQrt; Sin, Cos, Tan; Exp, Ln, logB"
"Letter keys: SHIFT + Floor, Round; Abs, conJ, arG; Pi"
"Letter keys: SHIFT + Num-eval; More-recn; eXec-kbd-macro"
"Letter keys: SHIFT + Num-eval; More-recn; eXec-kbd-macro; Keep-args"
"Other keys: +, -, *, /, ^, \\ (int div), : (frac div)"
"Other keys: & (1/x), | (concat), % (modulo), ! (factorial)"
"Other keys: ' (alg-entry), = (eval), ` (edit); M-RET (last-args)"