X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/a08d40b91d18e553ff32c0a08c5cc678f3ba0495..2d44e7fef7e7388759518cba1a424495119679d1:/packages/quarter-plane/quarter-plane.el diff --git a/packages/quarter-plane/quarter-plane.el b/packages/quarter-plane/quarter-plane.el index 24cc28e2e..3cb70d9b1 100644 --- a/packages/quarter-plane/quarter-plane.el +++ b/packages/quarter-plane/quarter-plane.el @@ -1,4 +1,4 @@ -;;; quarter-plane.el --- editing using quarter-plane screen model +;;; quarter-plane.el --- Minor mode for quarter-plane style editing ;; Copyright (C) 2011 Free Software Foundation, Inc. @@ -21,10 +21,17 @@ ;;; Commentary: -;; This code provides a minor mode to enable the some of picture-mode -;; commands documented in the Emacs manual in order to treat the -;; screen as a semi-infinite quarter-plane, without changing the -;; buffer's major mode. +;; This package provides Quarter Plane mode, a minor mode which +;; provides Picture mode style editing (treating the screen as a +;; semi-infinite quarter-plane). Unlike Picture mode, it is a minor +;; mode (see the Emacs manual for the documentation of Picture mode). +;; Type M-x quarter-plane-mode to enable Quarter Plane mode in the +;; current buffer, and M-x global-quarter-plane-mode to enable it +;; globally. + +;; In Quarter Plane mode, the commands `right-char', `forward-char', +;; `previous-line', `next-line', and `mouse-set-point' are rebound to +;; Quarter Plane commands. ;; Known issues: