From 2fa782854bba6a77d29737920193cd7ae74133d3 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Sun, 2 Jan 2005 06:48:58 +0000 Subject: [PATCH] (calc-edit-variable): Change title to match new header. --- lisp/calc/calc-store.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calc/calc-store.el b/lisp/calc/calc-store.el index 574efbf37e6..b2cef4936a0 100644 --- a/lisp/calc/calc-store.el +++ b/lisp/calc/calc-store.el @@ -397,7 +397,7 @@ (setq calc-last-edited-variable var) (calc-edit-mode (list 'calc-finish-stack-edit (list 'quote var)) t - (concat "Editing " (calc-var-name var))) + (concat "Editing variable `" (calc-var-name var) "'. ")) (and value (insert (math-format-nice-expr value (frame-width)) "\n"))))) (calc-show-edit-buffer)) -- 2.39.5