Add documentation link to pragmatic emacs blog
[visible-mark] / visible-mark.el
index 5f9781b14629ef8243997f072dd51956e6c0b8d4..cf14098328976cf640aa995852a130e5b35366e5 100644 (file)
@@ -34,6 +34,9 @@
 ;;
 ;; Allows setting the number of marks to display, and the faces to display them.
 ;;
+;; A good blog post was written introducing this package:
+;; http://pragmaticemacs.com/emacs/regions-marks-and-visual-mark/
+;;
 ;; Example installation:
 ;;
 ;; 1. Put this file in Emacs's load-path
@@ -49,7 +52,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