Variable: python-fill-string-function

python-fill-string-function is a customizable variable defined in python.el.gz.

Value

python-fill-string

Documentation

Function to fill strings.

This is the function used by python-fill-paragraph to fill strings.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-fill-string-function 'python-fill-string
  "Function to fill strings.
This is the function used by `python-fill-paragraph' to
fill strings."
  :type 'symbol)