summaryrefslogtreecommitdiff
path: root/lisp/msb.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/msb.el')
-rw-r--r--lisp/msb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/msb.el b/lisp/msb.el
index b717dcc8cd9..0351bda0e42 100644
--- a/lisp/msb.el
+++ b/lisp/msb.el
@@ -746,7 +746,7 @@ to the buffer-list variable in FUNCTION-INFO."
(error (unless msb--error
(setq msb--error
(format-message
- "In msb-menu-cond, error for buffer ā€˜%s’."
+ "In msb-menu-cond, error for buffer `%s'."
(buffer-name buffer)))
(error "%s" msb--error))))))