]> 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 6da29a2343bba2b63217056fe2c97963181c50c5..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\"))))
 
@@ -165,8 +165,4 @@ Used in different hooks, in order to accelerate the redisplay."
 ;;   to edit the faces.  Maybe use (widget-get custom-face-edit :args)
 ;;   for this.
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; tramp-theme.el ends here