emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106685: * calc/calc-misc.el (calc-he


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106685: * calc/calc-misc.el (calc-help): Avoid wrapping help message.
Date: Fri, 16 Dec 2011 14:32:35 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106685
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Fri 2011-12-16 14:32:35 +0100
message:
  * calc/calc-misc.el (calc-help): Avoid wrapping help message.
modified:
  lisp/ChangeLog
  lisp/calc/calc-misc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-12-16 03:14:07 +0000
+++ b/lisp/ChangeLog    2011-12-16 13:32:35 +0000
@@ -1,3 +1,7 @@
+2011-12-16  Andreas Schwab  <address@hidden>
+
+       * calc/calc-misc.el (calc-help): Avoid wrapping help message.
+
 2011-12-13  Sam Steingold  <address@hidden>
 
        * man.el (Man-getpage-in-background): When running under a

=== modified file 'lisp/calc/calc-misc.el'
--- a/lisp/calc/calc-misc.el    2011-11-18 08:31:02 +0000
+++ b/lisp/calc/calc-misc.el    2011-12-16 13:32:35 +0000
@@ -219,10 +219,10 @@
   (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)"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]