]> git.eshelyaron.com Git - emacs.git/commitdiff
* calc/calc-misc.el (calc-help): Avoid wrapping help message.
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 16 Dec 2011 13:32:35 +0000 (14:32 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 16 Dec 2011 13:32:35 +0000 (14:32 +0100)
lisp/ChangeLog
lisp/calc/calc-misc.el

index a07d4fa2cdebf972e2f575fab7196310ca2799df..f0ac21bac65954fd7510b964e7d2c0a60725861d 100644 (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
index 6d034927ae041c3f10dd354581a510a97b9e80d8..d8bdc614e67405198e85db8b1467c723a5dd80d8 100644 (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)"