From: Michael Olson Date: Sun, 23 Mar 2008 22:03:11 +0000 (+0000) Subject: * saveplace.el: fix a typo in the commentary section. X-Git-Tag: emacs-pretest-23.0.90~6972 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afa29d95eef6a3d60dfc9228b73dfafb99b4ece5;p=emacs.git * saveplace.el: fix a typo in the commentary section. Signed-off-by: Xavier Maillard --- diff --git a/lisp/saveplace.el b/lisp/saveplace.el index 3b5a66e2b64..74bdab3e512 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el @@ -39,7 +39,7 @@ ;;; Code: ;; this is what I was using during testing: -;; (define-key ctl-x-map "p" 'toggle-save-place) +;; (define-key ctl-x-map "p" 'toggle-save-place-globally) (defgroup save-place nil "Automatically save place in files."