# HG changeset patch # User Karl Heuer # Date 821229689 0 # Node ID e2d46e16a1cea316031fa9dab49868877b7d90de # Parent 353ec8b5ede535d3b5c5e49b43fa1e74b6efb0ae Comment fixes. diff -r 353ec8b5ede5 -r e2d46e16a1ce lisp/rsz-mini.el --- a/lisp/rsz-mini.el Tue Jan 09 23:20:39 1996 +0000 +++ b/lisp/rsz-mini.el Tue Jan 09 23:21:29 1996 +0000 @@ -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: