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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-help.el
Date: Tue, 29 Mar 2005 11:16:26 -0500

Index: emacs/lisp/calc/calc-help.el
diff -c emacs/lisp/calc/calc-help.el:1.16 emacs/lisp/calc/calc-help.el:1.17
*** emacs/lisp/calc/calc-help.el:1.16   Mon Jan 31 06:31:43 2005
--- emacs/lisp/calc/calc-help.el        Tue Mar 29 16:16:26 2005
***************
*** 1,6 ****
  ;;; calc-help.el --- help display functions for Calc,
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004
  ;;           Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
--- 1,6 ----
  ;;; calc-help.el --- help display functions for Calc,
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004, 2005
  ;;           Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
***************
*** 409,418 ****
  (defun calc-full-help ()
    (interactive)
    (with-output-to-temp-buffer "*Help*"
!     (princ (format "GNU Emacs Calculator version %s of %s.\n"
!                  calc-version calc-version-date))
      (princ "  By Dave Gillespie, address@hidden")
!     (princ "  Copyright (C) 1990, 1993 Free Software Foundation, Inc.\n\n")
      (princ "Type `h s' for a more detailed summary.\n")
      (princ "Or type `h i' to read the full Calc manual on-line.\n\n")
      (princ "Basic keys:\n")
--- 409,418 ----
  (defun calc-full-help ()
    (interactive)
    (with-output-to-temp-buffer "*Help*"
!     (princ (format "GNU Emacs Calculator version %s.\n"
!                  calc-version))
      (princ "  By Dave Gillespie, address@hidden")
!     (princ "  Copyright (C) 2005 Free Software Foundation, Inc.\n\n")
      (princ "Type `h s' for a more detailed summary.\n")
      (princ "Or type `h i' to read the full Calc manual on-line.\n\n")
      (princ "Basic keys:\n")




reply via email to

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