bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#9439: 23.3.50; adaptive-fill-prefix and adaptive-fill-mode


From: Glenn Morris
Subject: bug#9439: 23.3.50; adaptive-fill-prefix and adaptive-fill-mode
Date: Mon, 05 Sep 2011 14:26:17 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Leo wrote:

> What are adaptive-fill-prefix and adaptive-fill-mode?

grep is a helpful utility.

cd /path/to/lisp
find . -name '*.el' | xargs grep adaptive-fill-mode

./textmodes/fill.el:(defcustom adaptive-fill-mode t

(defcustom adaptive-fill-mode t
  "Non-nil means determine a paragraph's fill prefix from its text."
  :type 'boolean
  :group 'fill)


As for the former, note it is not enclosed in `' in the doc string.

  PREFIX is the prefix (presumably guessed by `adaptive-fill-mode').

seems clear to me.





reply via email to

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