# HG changeset patch # User Juanma Barranquero # Date 1079882498 0 # Node ID a0176bcc103f0d8213f2e2386329b569856b2603 # Parent ba16dd8bb815ca7ffa2d5b03f482e4d19539037f (allout-mode): Fix docstring. diff -r ba16dd8bb815 -r a0176bcc103f lisp/allout.el --- a/lisp/allout.el Sun Mar 21 14:31:42 2004 +0000 +++ b/lisp/allout.el Sun Mar 21 15:21:38 2004 +0000 @@ -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 @@ ;;;_ : 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 @@ 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'.