Fix example documentation
[visible-mark] / visible-mark.el
index 569b34a20d64c368af520620dc7abef45baba421..27bc3c8075e14d66ce3511f57fa20c3dd6b79baf 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 2014 by Ian Kelling
 
 ;; Maintainer: Ian Kelling <ian@iankelling.org>
+;; Mailing list: https://lists.iankelling.org/listinfo/visible-mark
 ;; Author: Ian Kelling <ian@iankelling.org>
 ;; Author: Yann Hodique
 ;; Author: MATSUYAMA Tomohiro <t.matsuyama.pub@gmail.com>
@@ -48,7 +49,7 @@
 ;;   '((((type tty) (class mono)))
 ;;     (t (:background "magenta"))) "")
 ;; (setq visible-mark-max 2)
-;; (setq visible-mark-faces `(visible-mark-face1 my-visible-mark-face2))
+;; (setq visible-mark-faces `(visible-mark-face1 visible-mark-face2))
 ;; 
 ;;
 ;; Additional useful functions like unpoping the mark are at
@@ -62,7 +63,7 @@
 ;; gets styled with the mark's face. May also happen for left margins, but
 ;; haven't tested yet.
 ;;
-;; Patches / pull requests welcome.
+;; Patches / pull requests / feedback welcome.
 
 ;;; Code: