Mercurial > emacs
comparison lisp/saveplace.el @ 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 | 107ccd98fa12 |
children | 1e3a407766b9 |
comparison
equal
deleted
inserted
replaced
93165:c4dc2a72d555 | 93166:aaf5e5e918c5 |
---|---|
37 ;; `save-place-version-control' stuff in it. | 37 ;; `save-place-version-control' stuff in it. |
38 | 38 |
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." |
46 :group 'data) | 46 :group 'data) |
47 | 47 |