1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 20:32:00 -08:00

* saveplace.el: fix a typo in the commentary section.

Signed-off-by: Xavier Maillard <xma@gnu.org>
This commit is contained in:
Michael Olson 2008-03-23 22:03:11 +00:00
parent 484c309251
commit afa29d95ee

View file

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