diff options
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 87d944482ab..6f76d755292 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3565,8 +3565,9 @@ Also, delete any process that is exited or signaled." (buf-label (if (buffer-live-p buf) `(,(buffer-name buf) face link - help-echo ,(concat "Visit buffer `" - (buffer-name buf) "'") + help-echo ,(format-message + "Visit buffer ā%sā" + (buffer-name buf)) follow-link t process-buffer ,buf action process-menu-visit-buffer) |