]> git.eshelyaron.com Git - emacs.git/commitdiff
(outline-goto-prefix): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 13:19:13 +0000 (13:19 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 13:19:13 +0000 (13:19 +0000)
lisp/allout.el

index 6933d0855ada6a411a7b1fcfa2983d851cae7b48..ce6bfe0872d6d8d23b63f5e89035585b488bc466 100644 (file)
@@ -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 @@ behavior."
 ;;;_  : 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 @@ Goes to most immediate subsequent topic if none immediately containing.
 
 Not sensitive to topic visibility.
 
-Returns 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)