1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00: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."