Variable: python-fill-comment-function

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

Value

python-fill-comment

Documentation

Function to fill comments.

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

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
;;; Fill paragraph

(defcustom python-fill-comment-function 'python-fill-comment
  "Function to fill comments.
This is the function used by `python-fill-paragraph' to
fill comments."
  :type 'symbol
  :group 'python)