From dc9e7022d5f259642a42535a4db87d2a1d05ae19 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 17 Sep 2015 12:02:55 -0700 Subject: Fix minor quoting problems in diagnostics * lisp/tutorial.el (tutorial--describe-nonstandard-key): * lisp/vc/ediff-ptch.el (ediff-fixup-patch-map): Follow text-quoting-style in diagnostic, and quote a file name. --- lisp/tutorial.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/tutorial.el') diff --git a/lisp/tutorial.el b/lisp/tutorial.el index f8660f55f65..14f127e41a1 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -135,7 +135,7 @@ options: ;; then save this value in mapsym (setq mapsym s))))) (insert - (format + (format-message "The default Emacs binding for the key %s is the command `%s'. " (key-description key) db)) -- cgit v1.2.3