branch: externals/tramp-theme
commit 2c1ec49e188653488fd1a9a647a7fe58c4ec8981
Author: Paul Eggert <[email protected]>
Commit: Paul Eggert <[email protected]>
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\"))))