/[emacs]/emacs/lisp/calc/calc-help.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-help.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by walters, Wed Nov 14 09:04:35 2001 UTC revision 1.3 by walters, Mon Nov 19 07:34:24 2001 UTC
# Line 1  Line 1 
1  ;; Calculator for GNU Emacs, part II [calc-help.el]  ;;; calc-help.el --- help display functions for Calc,
2    
3  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
4  ;; Written by Dave Gillespie, daveg@synaptics.com.  
5    ;; Author: David Gillespie <daveg@synaptics.com>
6    ;; Maintainer: Colin Walters <walters@debian.org>
7    
8  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
9    
# Line 19  Line 22 
22  ;; file named COPYING.  Among other things, the copyright notice  ;; file named COPYING.  Among other things, the copyright notice
23  ;; and this notice must be preserved on all copies.  ;; and this notice must be preserved on all copies.
24    
25    ;;; Commentary:
26    
27    ;;; Code:
28    
29  ;; This file is autoloaded from calc-ext.el.  ;; This file is autoloaded from calc-ext.el.
30  (require 'calc-ext)  (require 'calc-ext)
# Line 381  C-w  Describe how there is no warranty f Line 386  C-w  Describe how there is no warranty f
386      (princ (format "GNU Emacs Calculator version %s of %s.\n"      (princ (format "GNU Emacs Calculator version %s of %s.\n"
387                     calc-version calc-version-date))                     calc-version calc-version-date))
388      (princ "  By Dave Gillespie, daveg@synaptics.com.\n")      (princ "  By Dave Gillespie, daveg@synaptics.com.\n")
     (princ (format "  Installed %s.\n" calc-installed-date))  
389      (princ "  Copyright (C) 1990, 1993 Free Software Foundation, Inc.\n\n")      (princ "  Copyright (C) 1990, 1993 Free Software Foundation, Inc.\n\n")
390      (princ "Type `h s' for a more detailed summary.\n")      (princ "Type `h s' for a more detailed summary.\n")
391      (princ "Or type `h i' to read the full Calc manual on-line.\n\n")      (princ "Or type `h i' to read the full Calc manual on-line.\n\n")

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26