Mercurial > emacs
changeset 46161:29f1f32aee5b
(outline-goto-prefix): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 03 Jul 2002 13:19:13 +0000 |
parents | b88409633904 |
children | b64ee639958c |
files | lisp/allout.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/allout.el Wed Jul 03 13:18:53 2002 +0000 +++ b/lisp/allout.el Wed Jul 03 13:19:13 2002 +0000 @@ -5,7 +5,7 @@ ;; Author: Ken Manheimer <klm@python.org> ;; Maintainer: Ken Manheimer <klm@python.org> ;; Created: Dec 1991 - first release to usenet -;; Version: $Id: allout.el,v 1.31 2001/12/09 13:13:13 pj Exp $|| +;; Version: $Id: allout.el,v 1.32 2002/03/27 20:13:03 pj Exp $|| ;; Keywords: outlines mode wp languages ;; This file is part of GNU Emacs. @@ -509,7 +509,7 @@ ;;;_ : Version ;;;_ = outline-version (defvar outline-version - (let ((rcs-rev "$Revision: 1.31 $")) + (let ((rcs-rev "$Revision: 1.32 $")) (condition-case err (save-match-data (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev) @@ -1806,7 +1806,7 @@ Not sensitive to topic visibility. -Returns a the point at the beginning of the prefix, or nil if none." +Returns the point at the beginning of the prefix, or nil if none." (let (done) (while (and (not done)