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."