emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Xavier Maillard
Subject: [PATCH] * saveplace.el: fix a typo in the commentary section.
Date: Sun, 23 Mar 2008 20:20:31 +0100

Signed-off-by: Xavier Maillard <address@hidden>
---
This is a really small patch you can safely apply that just fixes a small typo
in the commentary section of the saveplace.el file.

 lisp/ChangeLog    |    4 ++++
 lisp/saveplace.el |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 365d66a..f4729de 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-23  Xavier Maillard  <address@hidden>
+
+       * saveplace.el: fix a typo in the commentary section.
+
 2008-03-17  Dan Nicolaescu  <address@hidden>
 
        * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
diff --git a/lisp/saveplace.el b/lisp/saveplace.el
index 3b5a66e..74bdab3 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."
-- 
1.5.2.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]