]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/vc-cvs.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / vc / vc-cvs.el
index 9a41905abd2decf7b3e002b54a94620e097a6230..298bcefb7bfd50af3dc072c7910d9b3b2d538b95 100644 (file)
@@ -281,8 +281,8 @@ committed and support display of sticky tags."
     (propertize
      (if (zerop (length sticky-tag))
         string
-       (setq help-echo (format "%s on the '%s' branch"
-                              help-echo sticky-tag))
+       (setq help-echo (format-message "%s on the ā€˜%sā€™ branch"
+                                       help-echo sticky-tag))
        (concat string "[" sticky-tag "]"))
      'help-echo help-echo)))