Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a579b36f
Commit
a579b36f
authored
May 30, 2002
by
Miles Bader
Browse files
(calc-d-prefix-help): Add `@'.
parent
4813c362
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/calc/calc-help.el
lisp/calc/calc-help.el
+2
-2
No files found.
lisp/ChangeLog
View file @
a579b36f
2002-05-30 Miles Bader <miles@gnu.org>
* calc/calc.el (calc-show-banner): New variable.
(calc-refresh): Only show banner if `calc-show-banner' is non-nil.
(calc-mode-var-list): Add `calc-show-banner'.
* calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
(calc-toggle-banner): New function.
* calc/calc-help.el (calc-d-prefix-help): Add `@'.
2002-05-29 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
...
...
lisp/calc/calc-help.el
View file @
a579b36f
;;; calc-help.el --- help display functions for Calc,
;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
;; Copyright (C) 1990, 1991, 1992, 1993, 2001
, 2002
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Colin Walters <walters@debian.org>
...
...
@@ -571,7 +571,7 @@ C-w Describe how there is no warranty for Calc."
'
(
"Group, \",\"; Normal, Fix, Sci, Eng, \".\"; Over"
"Radix, Zeros, 2, 8, 0, 6; Hms; Date; Complex, I, J"
"Why; Line-nums, line-Breaks; <, =, > (justify); Plain"
"\" (strings); Truncate, [, ]; SPC (refresh), RET"
"\" (strings); Truncate, [, ]; SPC (refresh), RET
, @
"
"SHIFT + language: Normal, One-line, Big, Unformatted"
"SHIFT + language: C, Pascal, Fortran; TeX, Eqn"
"SHIFT + language: Mathematica, W=Maple"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment