emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el,v
Date: Wed, 26 Sep 2007 00:06:05 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/26 00:06:05

Index: calc-help.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-help.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- calc-help.el        26 Jul 2007 05:26:40 -0000      1.30
+++ calc-help.el        26 Sep 2007 00:06:05 -0000      1.31
@@ -419,9 +419,9 @@
     (princ "Or type `h i' to read the full Calc manual on-line.\n\n")
     (princ "Basic keys:\n")
     (let* ((calc-full-help-flag t))
-      (mapcar (function (lambda (x) (princ (format "  %s\n" x))))
+      (mapc (function (lambda (x) (princ (format "  %s\n" x))))
              (nreverse (cdr (reverse (cdr (calc-help))))))
-      (mapcar (function (lambda (prefix)
+      (mapc (function (lambda (prefix)
                          (let ((msgs (condition-case err
                                          (funcall prefix)
                                        (error nil))))




reply via email to

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