Mercurial > hg > xemacs-beta
diff lisp/energize/energize-mode.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/energize/energize-mode.el Mon Aug 13 08:51:58 2007 +0200 +++ b/lisp/energize/energize-mode.el Mon Aug 13 08:52:29 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 preceeding token is used as a default. +newlines. Otherwise, the preceding 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 preceeding project." + "Position the cursor at the beginning of the preceding project." (interactive) (let ((p (point))) (let ((e (energize-next-extent-for "editproject" t t)))