summaryrefslogtreecommitdiff
path: root/lisp/saveplace.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-03-23 22:03:11 +0000
committerMichael Olson <mwolson@gnu.org>2008-03-23 22:03:11 +0000
commitafa29d95eef6a3d60dfc9228b73dfafb99b4ece5 (patch)
treefe233f5cd5c55b9226fe49b5054dbc127eb77819 /lisp/saveplace.el
parent484c3092516f4f65d6d77f827e82bf9d9c67a713 (diff)
downloademacs-afa29d95eef6a3d60dfc9228b73dfafb99b4ece5.tar.gz
* saveplace.el: fix a typo in the commentary section.
Signed-off-by: Xavier Maillard <xma@gnu.org>
Diffstat (limited to 'lisp/saveplace.el')
-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 @@
;;; 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."