;; This is a bit stupid since it's not auto-updated when the
;; other variables are changes, but it's still useful info.
(concat (if sentence-end-without-period "\\w \\|")
- "[.?!][]\"')}]*"
+ "[.?!\e$B!#!%!)!*\e$A!##.#?#!\e$(0!$!%!)!*\e$(G!$!%!)!*\e(B][]\"')}]*"
(if sentence-end-double-space
"\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)")
"[ \t\n]*"))
(interactive "*p")
(transpose-subr 'forward-sentence arg))
+;;; Local Variables:
+;;; coding: iso-2022-7bit
+;;; End:
+
;;; paragraphs.el ends here