emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/windresize 69535c4 03/10: windresize.el: Make the comme


From: Stefan Monnier
Subject: [elpa] externals/windresize 69535c4 03/10: windresize.el: Make the commentary more informative.
Date: Sat, 28 Nov 2020 14:53:07 -0500 (EST)

branch: externals/windresize
commit 69535c42a474865a1d802c1a9831e1d5426688e5
Author: Chong Yidong <cyd@stupidchicken.com>
Commit: Chong Yidong <cyd@stupidchicken.com>

    windresize.el: Make the commentary more informative.
---
 windresize.el | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/windresize.el b/windresize.el
index 0d554a5..1cfafb6 100755
--- a/windresize.el
+++ b/windresize.el
@@ -1,4 +1,4 @@
-;;; windresize.el --- resize windows interactively
+;;; windresize.el --- Resize windows interactively
 ;;
 ;; Copyright (C) 2011  Free Software Foundation, Inc.
 ;;
@@ -23,12 +23,19 @@
 ;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 ;;
 ;; This is not part of GNU Emacs.
-;;
+
 ;;; Commentary:
+
+;; This mode lets you edit the window configuration interactively just
+;; by using the keyboard.
 ;;
-;; This mode let's you edit the window configuration interactively just
-;; by using the keyboard.  Quickstart: M-x windresize
+;; To use it, type M-x windresize; this enters put Emacs in a state
+;; where the up/down and left/right arrow keys resize the window
+;; dimensions.  To return Emacs to its ordinary state, type RET.
 ;;
+;; See the docstring of `windresize' for a detailed description of the
+;; other commands that are available while windresize is active.
+
 ;;; History:
 ;;
 ;; This was largely inspired by Hirose Yuuji and Bob Wiener original



reply via email to

[Prev in Thread] Current Thread [Next in Thread]