diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-09 23:21:29 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-09 23:21:29 +0000 |
commit | ebcd0c016ae10cc96e685030c4d271c4ce247bdf (patch) | |
tree | a4a46084838ec207f96fdaf58876344e64a0a051 | |
parent | 73b2cc5a6bdb0981a54422c88d5a6c6c598e3565 (diff) | |
download | emacs-ebcd0c016ae10cc96e685030c4d271c4ce247bdf.tar.gz |
Comment fixes.
-rw-r--r-- | lisp/rsz-mini.el | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lisp/rsz-mini.el b/lisp/rsz-mini.el index 37c63c26dee..1ac280ed853 100644 --- a/lisp/rsz-mini.el +++ b/lisp/rsz-mini.el @@ -7,7 +7,7 @@ ;; Maintainer: friedman@prep.ai.mit.edu ;; Keywords: minibuffer, window, frame, display ;; Status: Known to work in FSF GNU Emacs 19.26 and later. -;; $Id: rsz-mini.el,v 1.8 1995/04/08 08:22:07 friedman Exp rms $ +;; $Id: rsz-mini.el,v 1.9 1995/08/03 17:38:07 rms Exp kwzh $ ;; This file is part of GNU Emacs. @@ -51,12 +51,7 @@ ;; minor-mode-alist because this mode is specific to the minibuffer, which ;; has no mode line. -;; To use this package, put the following in your .emacs: -;; -;; (autoload 'resize-minibuffer-mode "rsz-mini" nil t) -;; -;; Invoking the command `resize-minibuffer-mode' will then enable this mode. -;; Simply loading this file will also enable it. +;; To enable or disable this mode, use M-x resize-minibuffer-mode. ;;; Code: |