From f134d28b2f544aef933c54bc38afffd54077c617 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 21 Mar 2004 15:24:38 +0000 Subject: [PATCH] (allout-mode): Fix docstring. --- lisp/ChangeLog | 4 ++++ lisp/allout.el | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cf48800d6d..f1f7e983120 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-03-21 Juanma Barranquero + + * allout.el (allout-mode): Fix docstring. + 2004-03-20 Luc Teirlinck * files.el (insert-directory): Fix bug if SWITCHES is a list. diff --git a/lisp/allout.el b/lisp/allout.el index ccd2c1313ab..dc036637dfc 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -5,7 +5,7 @@ ;; Author: Ken Manheimer ;; Maintainer: Ken Manheimer ;; Created: Dec 1991 - first release to usenet -;; Version: $Id: allout.el,v 1.45 2003/10/16 16:28:30 eliz Exp $|| +;; Version: $Id: allout.el,v 1.46 2004/03/01 22:44:04 lektu Exp $|| ;; Keywords: outlines mode wp languages ;; This file is part of GNU Emacs. @@ -508,7 +508,7 @@ behavior." ;;;_ : Version ;;;_ = allout-version (defvar allout-version - (let ((rcs-rev "$Revision: 1.45 $")) + (let ((rcs-rev "$Revision: 1.46 $")) (condition-case err (save-match-data (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev) @@ -1049,7 +1049,7 @@ and many other features. Below is a description of the bindings, and then explanation of special `allout-mode' features and terminology. See also the outline menubar additions for quick reference to many of the features, and see -the docstring of the variable `allout-init' for instructions on +the docstring of the function `allout-init' for instructions on priming your emacs session for automatic activation of `allout-mode'. -- 2.39.2