]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/tramp-theme/tramp-theme.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / tramp-theme / tramp-theme.el
index a953c3e2ec3888429c4df17ab74c7070ff2a47e7..2bf9e9b6986a3abc0f62def4fd203363ea9676bc 100644 (file)
@@ -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\"))))