aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-03 13:19:13 +0000
committerJuanma Barranquero2002-07-03 13:19:13 +0000
commitd27081f5c6d446bb66baed39012ad7afdd2a3544 (patch)
treee7e0da0bce9b7f5c1a6c26a971b41beb34163cc1
parent69a04106befa7e1e168f3190f75adf626331ca9b (diff)
downloademacs-d27081f5c6d446bb66baed39012ad7afdd2a3544.tar.gz
emacs-d27081f5c6d446bb66baed39012ad7afdd2a3544.zip
(outline-goto-prefix): Fix typo.
-rw-r--r--lisp/allout.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/allout.el b/lisp/allout.el
index 6933d0855ad..ce6bfe0872d 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -5,7 +5,7 @@
5;; Author: Ken Manheimer <klm@python.org> 5;; Author: Ken Manheimer <klm@python.org>
6;; Maintainer: Ken Manheimer <klm@python.org> 6;; Maintainer: Ken Manheimer <klm@python.org>
7;; Created: Dec 1991 - first release to usenet 7;; Created: Dec 1991 - first release to usenet
8;; Version: $Id: allout.el,v 1.31 2001/12/09 13:13:13 pj Exp $|| 8;; Version: $Id: allout.el,v 1.32 2002/03/27 20:13:03 pj Exp $||
9;; Keywords: outlines mode wp languages 9;; Keywords: outlines mode wp languages
10 10
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
@@ -509,7 +509,7 @@ behavior."
509;;;_ : Version 509;;;_ : Version
510;;;_ = outline-version 510;;;_ = outline-version
511(defvar outline-version 511(defvar outline-version
512 (let ((rcs-rev "$Revision: 1.31 $")) 512 (let ((rcs-rev "$Revision: 1.32 $"))
513 (condition-case err 513 (condition-case err
514 (save-match-data 514 (save-match-data
515 (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev) 515 (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)
@@ -1806,7 +1806,7 @@ Goes to most immediate subsequent topic if none immediately containing.
1806 1806
1807Not sensitive to topic visibility. 1807Not sensitive to topic visibility.
1808 1808
1809Returns a the point at the beginning of the prefix, or nil if none." 1809Returns the point at the beginning of the prefix, or nil if none."
1810 1810
1811 (let (done) 1811 (let (done)
1812 (while (and (not done) 1812 (while (and (not done)