Variable: table-paragraph-start

table-paragraph-start is a variable defined in table.el.gz.

Value

"[      \n\f]"

Documentation

Regexp for beginning of a line that starts OR separates paragraphs.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Implementation:
;;;

;;; Internal variables and constants
;;; No need of user configuration

(defconst table-paragraph-start "[ \t\n\f]"
  "Regexp for beginning of a line that starts OR separates paragraphs.")