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

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

[elpa] externals/diff-hl 0535c6b 1/2: Fix some quoting problems in doc s


From: Stefan Monnier
Subject: [elpa] externals/diff-hl 0535c6b 1/2: Fix some quoting problems in doc strings
Date: Fri, 27 Nov 2020 18:25:58 -0500 (EST)

branch: externals/diff-hl
commit 0535c6be3557ce678be1c3f2ee25170c982693a7
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Fix some quoting problems in doc strings
    
    Most of these are minor issues involving, e.g., quoting `like this'
    instead of 'like this'.  A few involve escaping ` and ' with a
    preceding \= when the characters should not be turned into curved single
    quotes.
---
 diff-hl-amend.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-hl-amend.el b/diff-hl-amend.el
index defb3f4..e39656d 100644
--- a/diff-hl-amend.el
+++ b/diff-hl-amend.el
@@ -31,7 +31,7 @@
 (define-minor-mode diff-hl-amend-mode
   "Show changes against the second-last revision in `diff-hl-mode'.
 Most useful with backends that support rewriting local commits,
-and most importantly, 'amending' the most recent one.
+and most importantly, \"amending\" the most recent one.
 Currently only supports Git, Mercurial and Bazaar."
   :lighter " Amend"
   (if diff-hl-amend-mode



reply via email to

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