aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/refill.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el
index a6ca53b1182..ff31e62a548 100644
--- a/lisp/textmodes/refill.el
+++ b/lisp/textmodes/refill.el
@@ -84,6 +84,10 @@
84 84
85;;; Code: 85;;; Code:
86 86
87(defgroup refill nil
88 "Refilling paragraphs on changes."
89 :group 'fill)
90
87(defvar refill-ignorable-overlay nil 91(defvar refill-ignorable-overlay nil
88 "Portion of the most recently filled paragraph not needing filling. 92 "Portion of the most recently filled paragraph not needing filling.
89This is used to optimize refilling.") 93This is used to optimize refilling.")