changeset 93166:aaf5e5e918c5

* saveplace.el: fix a typo in the commentary section. Signed-off-by: Xavier Maillard <xma@gnu.org>
author Michael Olson <mwolson@gnu.org>
date Sun, 23 Mar 2008 22:03:11 +0000
parents c4dc2a72d555
children 82251fdc779e
files lisp/saveplace.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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."