/[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.16 by jpb, Mon Jan 31 06:31:43 2005 UTC revision 1.17 by jpb, Tue Mar 29 16:16:26 2005 UTC
# Line 1  Line 1 
1  ;;; calc-help.el --- help display functions for Calc,  ;;; calc-help.el --- help display functions for Calc,
2    
3  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004, 2005
4  ;;           Free Software Foundation, Inc.  ;;           Free Software Foundation, Inc.
5    
6  ;; Author: David Gillespie <daveg@synaptics.com>  ;; Author: David Gillespie <daveg@synaptics.com>
# Line 409  C-w  Describe how there is no warranty f Line 409  C-w  Describe how there is no warranty f
409  (defun calc-full-help ()  (defun calc-full-help ()
410    (interactive)    (interactive)
411    (with-output-to-temp-buffer "*Help*"    (with-output-to-temp-buffer "*Help*"
412      (princ (format "GNU Emacs Calculator version %s of %s.\n"      (princ (format "GNU Emacs Calculator version %s.\n"
413                     calc-version calc-version-date))                     calc-version))
414      (princ "  By Dave Gillespie, daveg@synaptics.com.\n")      (princ "  By Dave Gillespie, daveg@synaptics.com.\n")
415      (princ "  Copyright (C) 1990, 1993 Free Software Foundation, Inc.\n\n")      (princ "  Copyright (C) 2005 Free Software Foundation, Inc.\n\n")
416      (princ "Type `h s' for a more detailed summary.\n")      (princ "Type `h s' for a more detailed summary.\n")
417      (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")
418      (princ "Basic keys:\n")      (princ "Basic keys:\n")

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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