diff options
| author | Paul Eggert | 2019-11-11 22:54:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-11-11 22:54:41 -0800 |
| commit | 555f5f78f8f3de71431774fdabbabbcec7242727 (patch) | |
| tree | 2d10b4dd90d82f10fa1faddeaf9f0513c9dfd1f6 /lisp/simple.el | |
| parent | c5fd4d373ed6d80b744951afe13e50070bff41cf (diff) | |
| download | emacs-555f5f78f8f3de71431774fdabbabbcec7242727.tar.gz emacs-555f5f78f8f3de71431774fdabbabbcec7242727.zip | |
Fix a few more minor quoting problems.
Diffstat (limited to 'lisp/simple.el')
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 47d4adb0fd6..872fb13237a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -9065,7 +9065,7 @@ contains the list of implementations currently supported for this command." | |||
| 9065 | (unless (string-equal val "") | 9065 | (unless (string-equal val "") |
| 9066 | (when (null ,varimp-sym) | 9066 | (when (null ,varimp-sym) |
| 9067 | (message | 9067 | (message |
| 9068 | "Use C-u M-x %s RET`to select another implementation" | 9068 | "Use `C-u M-x %s RET' to select another implementation" |
| 9069 | ,command-name) | 9069 | ,command-name) |
| 9070 | (sit-for 3)) | 9070 | (sit-for 3)) |
| 9071 | (customize-save-variable ',varimp-sym | 9071 | (customize-save-variable ',varimp-sym |