emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/annotate c5ecb3649b 127/372: - removed useless quotation m


From: ELPA Syncer
Subject: [nongnu] elpa/annotate c5ecb3649b 127/372: - removed useless quotation mark.
Date: Fri, 4 Feb 2022 16:58:31 -0500 (EST)

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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]