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

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

[elpa] externals/tramp-theme 2c1ec49 6/8: Fix some quoting problems in d


From: Stefan Monnier
Subject: [elpa] externals/tramp-theme 2c1ec49 6/8: Fix some quoting problems in doc strings
Date: Tue, 1 Dec 2020 17:30:58 -0500 (EST)

branch: externals/tramp-theme
commit 2c1ec49e188653488fd1a9a647a7fe58c4ec8981
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    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.
---
 tramp-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tramp-theme.el b/tramp-theme.el
index a953c3e..2bf9e9b 100644
--- a/tramp-theme.el
+++ b/tramp-theme.el
@@ -69,7 +69,7 @@ changes the background color to \"Green\" for frames 
connected to
 the remote host \"bar\", and it inverses the fringe face for
 frames using the remote user \"root\":
 
-   '((nil \"^root$\" (fringe (:inherit fringe :inverse-video t)))
+    ((nil \"^root$\" (fringe (:inherit fringe :inverse-video t)))
      (\"^foo$\" nil (default (:background \"Red\")))
      (\"^bar$\" nil (default (:background \"Green\"))))
 



reply via email to

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