branch: elpa/annotate commit c5ecb3649b3725eaccf430cb6c35d088cf20c2ac Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- removed useless quotation mark. --- annotate.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/annotate.el b/annotate.el index bf702f8415..55824a352e 100644 --- a/annotate.el +++ b/annotate.el @@ -143,8 +143,8 @@ major mode is a member of this list (space separated entries)." (defconst annotate-warn-file-searching-annotation-failed-control-string (concat "The file '%s' has changed on disk " "from the last time the annotations were saved and " - "Unfortunately was not possible to show annotation \"%S\" " - "because i failed looking for test \"%S\".") + "Unfortunately was not possible to show annotation %S " + "because i failed looking for test %S.") "The message to warn the user that file has been modified and an annotations could not be restored")