aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/calc/calc-help.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 68252243a4..00a4f96c18 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-18 Jay Belanger <[email protected]>
+
+ * calc/calc-help.el (calc-s-prefix-help): Add
+ `calc-copy-special-constant' to help string.
+
2005-05-18 Luc Teirlinck <[email protected]>
* emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el
index 89124ea606..84176b36ee 100644
--- a/lisp/calc/calc-help.el
+++ b/lisp/calc/calc-help.el
@@ -526,7 +526,7 @@ C-w Describe how there is no warranty for Calc."
(interactive)
(calc-do-prefix-help
'("Store, inTo, Xchg, Unstore; Recall, 0-9; : (:=); = (=>)"
- "Let; Copy; Declare; Insert, Perm; Edit"
+ "Let; Copy, K=copy constant; Declare; Insert, Perm; Edit"
"Negate, +, -, *, /, ^, &, |, [, ]; Map"
"SHIFT + Decls, GenCount, TimeZone, Holidays; IntegLimit"
"SHIFT + LineStyles, PointStyles, plotRejects; Units"