aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-09-11 14:36:51 -0400
committerGlenn Morris2013-09-11 14:36:51 -0400
commited88649ee1bf7e63e8c164b869ee945d2c35e399 (patch)
treec0bdff60b15e6dc78af2e8f7f18a5c40ffde5d74
parentda712f22f9fe22e0477a3ec1fe81da6bd49ed058 (diff)
downloademacs-ed88649ee1bf7e63e8c164b869ee945d2c35e399.tar.gz
emacs-ed88649ee1bf7e63e8c164b869ee945d2c35e399.zip
* 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:
246Entry to this mode calls the value of `landmark-mode-hook' if that value 246Entry to this mode calls the value of `landmark-mode-hook' if that value
247is non-nil. One interesting value is `turn-on-font-lock'." 247is non-nil. One interesting value is `turn-on-font-lock'."
248 (landmark-display-statistics) 248 (landmark-display-statistics)
249 (setq-local font-lock-defaults '(lm-font-lock-keywords t)) 249 (setq-local font-lock-defaults '(landmark-font-lock-keywords t))
250 (setq buffer-read-only t)) 250 (setq buffer-read-only t))
251 251
252 252