# HG changeset patch # User Michael Olson # Date 1206309791 0 # Node ID aaf5e5e918c5f86ad28d87bfbce625dfba6ccae7 # Parent c4dc2a72d5559c37bdff0cecbd74cef032fdd167 * saveplace.el: fix a typo in the commentary section. Signed-off-by: Xavier Maillard diff -r c4dc2a72d555 -r aaf5e5e918c5 lisp/saveplace.el --- a/lisp/saveplace.el Sun Mar 23 21:05:32 2008 +0000 +++ b/lisp/saveplace.el Sun Mar 23 22:03:11 2008 +0000 @@ -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."