diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-07 18:48:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-07 18:48:08 +0000 |
commit | 6715fb4824ecf687567d1c95d63c8a04cdc356b3 (patch) | |
tree | 95e912bdf74fdad72603ccaea6f2cb4fc178baeb /lisp/allout.el | |
parent | 7f7436bac3538c1264a10d623c31b4b26f601b57 (diff) | |
download | emacs-6715fb4824ecf687567d1c95d63c8a04cdc356b3.tar.gz |
(outlinify-sticky): Renamed from outlineify-sticky.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 133afa1bf05..d94afc3defc 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -11,7 +11,7 @@ ;;;_ - Author: Ken Manheimer <klm@nist.gov> ;;;_ - Maintainer: Ken Manheimer <klm@nist.gov> ;;;_ - Created: Dec 1991 - first release to usenet -;;;_ - Version: $Id: allout.el,v 3.6 1993/06/01 21:30:47 klm Exp $|| +;;;_ - Version: $Id: allout.el,v 1.1 1993/06/02 17:53:31 rms Exp rms $|| ;;;_ - Keywords: outline mode ;;;_ - LCD Archive Entry @@ -19,7 +19,7 @@ ;; LCD Archive Entry: ;; allout|Ken Manheimer|klm@nist.gov ;; |A more thorough outline-mode -;; |27-May-1993|$Id: allout.el,v 3.4 1993/05/27 19:24:19 klm Exp $|| +;; |27-May-1993|$Id: allout.el,v 1.1 1993/06/02 17:53:31 rms Exp rms $|| ;;;_ - Description ;; A full-fledged outline mode, based on the original rudimentary @@ -579,7 +579,7 @@ C-c @ outline-resolve-xref pop-to-buffer named by xref (cf C-c c outline-copy-exposed Copy outline sans all hidden stuff to another buffer whose name is derived from the current one - \"XXX exposed\" -M-x outlineify-sticky Activate outline mode for current buffer +M-x outlinify-sticky Activate outline mode for current buffer and establish -*- outline -*- mode specifier as well as file local vars to automatically set exposure. Try it. @@ -2469,8 +2469,8 @@ parameterized communication between the two, if suitable.") (goto-char (point-min)) ) ) -;;;_ > outlineify-sticky () -(defun outlineify-sticky (&optional arg) +;;;_ > outlinify-sticky () +(defun outlinify-sticky (&optional arg) " Activate outline mode and establish file eval to set initial exposure. Invoke with a string argument to designate a string to prepend to |