diff lisp/energize/energize-mode.el @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents ec9a17fef872
children 360340f9fd5f
line wrap: on
line diff
--- a/lisp/energize/energize-mode.el	Mon Aug 13 09:00:04 2007 +0200
+++ b/lisp/energize/energize-mode.el	Mon Aug 13 09:02:59 2007 +0200
@@ -129,7 +129,7 @@
   "If connected to Energize, the Energize database is used.  
 Otherwise, `find-tag' is invoked.
 The X selection is used as a default, if it exists and contains no 
-newlines.  Otherwise, the preceding token is used as a default.  
+newlines.  Otherwise, the preceeding token is used as a default.  
 If invoked from a mouse command, prompting happens with a dialog box; 
 otherwise, the minibuffer is used."
   (interactive
@@ -637,7 +637,7 @@
 	(error "no next project")))))
 
 (defun energize-top-prev-project ()
-  "Position the cursor at the beginning of the preceding project."
+  "Position the cursor at the beginning of the preceeding project."
   (interactive)
   (let ((p (point)))
     (let ((e (energize-next-extent-for "editproject" t t)))