]> code.delx.au - gnu-emacs-elpa/commitdiff
* adaptive-wrap-prefix.el: Improve commentary.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Dec 2011 04:42:10 +0000 (23:42 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 Dec 2011 04:42:10 +0000 (23:42 -0500)
packages/adaptive-wrap-prefix/adaptive-wrap-prefix.el

index 3890fd65fde0033eac0a32563e710f67998eda69..c0e312299302c4ef64b37f7fe1a19e9d5f9c0127 100644 (file)
@@ -21,8 +21,9 @@
 
 ;;; Commentary:
 
-;; Set the wrap-prefix property on the fly so that single-long-line paragraphs
-;; get word-wrapped in a way similar to what you'd get with M-q using
+;; This package provides the `adaptive-wrap-prefix-mode' minor mode which sets
+;; the wrap-prefix property on the fly so that single-long-line paragraphs get
+;; word-wrapped in a way similar to what you'd get with M-q using
 ;; adaptive-fill-mode, but without actually changing the buffer's text.
 
 ;;; Code: