diff options
Diffstat (limited to 'lisp/org/org-src.el')
-rw-r--r-- | lisp/org/org-src.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-src.el b/lisp/org/org-src.el index 4f7998678be..8a6c77a8182 100644 --- a/lisp/org/org-src.el +++ b/lisp/org/org-src.el @@ -801,7 +801,7 @@ with \",*\", \",#+\", \",,*\" and \",,#+\"." "Save parent buffer with current state source-code buffer." (interactive) (if (string-match "Fixed Width" (buffer-name)) - (user-error "Use C-c ' to save and exit, C-c C-k to abort editing") + (user-error "%s" "Use C-c ' to save and exit, C-c C-k to abort editing") (org-src-in-org-buffer (save-buffer)))) (declare-function org-babel-tangle "ob-tangle" (&optional arg target-file lang)) |