* lisp/play/landmark.el: Yet more typo fixes.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 Sep 2013 18:36:51 +0000 (14:36 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 Sep 2013 18:36:51 +0000 (14:36 -0400)
lisp/play/landmark.el

index 3dc5dd2..8ee633e 100644 (file)
@@ -246,7 +246,7 @@ Other useful commands:
 Entry to this mode calls the value of `landmark-mode-hook' if that value
 is non-nil.  One interesting value is `turn-on-font-lock'."
   (landmark-display-statistics)
-  (setq-local font-lock-defaults '(lm-font-lock-keywords t))
+  (setq-local font-lock-defaults '(landmark-font-lock-keywords t))
   (setq buffer-read-only t))