Variable: Info-refill-paragraphs

Info-refill-paragraphs is a customizable variable defined in info.el.gz.

Value

nil

Documentation

If non-nil, attempt to refill paragraphs with hidden references.

This refilling may accidentally remove explicit line breaks in the Info file, so be prepared for a few surprises if you enable this feature. This only has an effect if Info-hide-note-references is non-nil.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defcustom Info-refill-paragraphs nil
  "If non-nil, attempt to refill paragraphs with hidden references.
This refilling may accidentally remove explicit line breaks in the Info
file, so be prepared for a few surprises if you enable this feature.
This only has an effect if `Info-hide-note-references' is non-nil."
  :version "22.1"
  :type 'boolean)