diff options
| author | Miles Bader | 2002-05-30 01:07:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2002-05-30 01:07:52 +0000 |
| commit | a579b36f344af5b6626da7086e957e03d34ef121 (patch) | |
| tree | aaaa09ed429af6d39f0d92c52e9d133f83b503a0 | |
| parent | 4813c36271fbb8c84fb391a2b82f45bfadc81f58 (diff) | |
| download | emacs-a579b36f344af5b6626da7086e957e03d34ef121.tar.gz emacs-a579b36f344af5b6626da7086e957e03d34ef121.zip | |
(calc-d-prefix-help): Add `@'.
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/calc/calc-help.el | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 334f5a5c948..e501385cc8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-05-30 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * calc/calc.el (calc-show-banner): New variable. | ||
| 4 | (calc-refresh): Only show banner if `calc-show-banner' is non-nil. | ||
| 5 | (calc-mode-var-list): Add `calc-show-banner'. | ||
| 6 | * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'. | ||
| 7 | (calc-toggle-banner): New function. | ||
| 8 | * calc/calc-help.el (calc-d-prefix-help): Add `@'. | ||
| 9 | |||
| 1 | 2002-05-29 Richard M. Stallman <rms@gnu.org> | 10 | 2002-05-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): | 12 | * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): |
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index f3242ab1d48..906178ec94c 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; calc-help.el --- help display functions for Calc, | 1 | ;;; calc-help.el --- help display functions for Calc, |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Gillespie <daveg@synaptics.com> | 5 | ;; Author: David Gillespie <daveg@synaptics.com> |
| 6 | ;; Maintainer: Colin Walters <walters@debian.org> | 6 | ;; Maintainer: Colin Walters <walters@debian.org> |
| @@ -571,7 +571,7 @@ C-w Describe how there is no warranty for Calc." | |||
| 571 | '("Group, \",\"; Normal, Fix, Sci, Eng, \".\"; Over" | 571 | '("Group, \",\"; Normal, Fix, Sci, Eng, \".\"; Over" |
| 572 | "Radix, Zeros, 2, 8, 0, 6; Hms; Date; Complex, I, J" | 572 | "Radix, Zeros, 2, 8, 0, 6; Hms; Date; Complex, I, J" |
| 573 | "Why; Line-nums, line-Breaks; <, =, > (justify); Plain" | 573 | "Why; Line-nums, line-Breaks; <, =, > (justify); Plain" |
| 574 | "\" (strings); Truncate, [, ]; SPC (refresh), RET" | 574 | "\" (strings); Truncate, [, ]; SPC (refresh), RET, @" |
| 575 | "SHIFT + language: Normal, One-line, Big, Unformatted" | 575 | "SHIFT + language: Normal, One-line, Big, Unformatted" |
| 576 | "SHIFT + language: C, Pascal, Fortran; TeX, Eqn" | 576 | "SHIFT + language: C, Pascal, Fortran; TeX, Eqn" |
| 577 | "SHIFT + language: Mathematica, W=Maple") | 577 | "SHIFT + language: Mathematica, W=Maple") |