aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/saveplace.el2
1 files changed, 1 insertions, 1 deletions
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 @@
39;;; Code: 39;;; Code:
40 40
41;; this is what I was using during testing: 41;; this is what I was using during testing:
42;; (define-key ctl-x-map "p" 'toggle-save-place) 42;; (define-key ctl-x-map "p" 'toggle-save-place-globally)
43 43
44(defgroup save-place nil 44(defgroup save-place nil
45 "Automatically save place in files." 45 "Automatically save place in files."