aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2005-05-27 14:31:10 +0000
committerJay Belanger <[email protected]>2005-05-27 14:31:10 +0000
commitf62a8348f0df8480af5b0d029d672b668cdf3b9c (patch)
tree0bf7a6eab7ecb6e410e3cb5fb6a7283c5debd547
parentfb9cc23825dca26a71b1af1ec2b1b6cad7276b18 (diff)
(calc-kbd-query): Change error message.
-rw-r--r--lisp/calc/calc-prog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-prog.el b/lisp/calc/calc-prog.el
index 7bfb47ee61..8d2fba7fef 100644
--- a/lisp/calc/calc-prog.el
+++ b/lisp/calc/calc-prog.el
@@ -1457,7 +1457,7 @@ Redefine the corresponding command."
(executing-kbd-macro nil)
(msg (calc-top 1)))
(if (not (eq (car-safe msg) 'vec))
- (error "No prompt string provided on stack")
+ (error "No prompt string provided")
(setq msg (math-vector-to-string msg))
(calc-wrapper
(calc-pop-stack 1)