summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-09-11 14:36:51 -0400
committerGlenn Morris <rgm@gnu.org>2013-09-11 14:36:51 -0400
commited88649ee1bf7e63e8c164b869ee945d2c35e399 (patch)
treec0bdff60b15e6dc78af2e8f7f18a5c40ffde5d74
parentda712f22f9fe22e0477a3ec1fe81da6bd49ed058 (diff)
downloademacs-ed88649ee1bf7e63e8c164b869ee945d2c35e399.tar.gz
* lisp/play/landmark.el: Yet more typo fixes.
-rw-r--r--lisp/play/landmark.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el
index 3dc5dd2173c..8ee633e3917 100644
--- a/lisp/play/landmark.el
+++ b/lisp/play/landmark.el
@@ -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))