# HG changeset patch # User Richard M. Stallman # Date 1129921063 0 # Node ID 9c6897b47b81149372c6d9de8c4e10af531a0909 # Parent 15de85d4b7fe859c07d1b22babbb8c8e340078c1 (texinfo-mode): Set sentence-end-base. diff -r 15de85d4b7fe -r 9c6897b47b81 lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Fri Oct 21 18:56:56 2005 +0000 +++ b/lisp/textmodes/texinfo.el Fri Oct 21 18:57:43 2005 +0000 @@ -593,6 +593,9 @@ (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-separate)) (make-local-variable 'paragraph-start) (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start)) + (make-local-variable 'sentence-end-base) + (setq sentence-end-base + "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'\xd0c9\x5397d)}]*") (make-local-variable 'adaptive-fill-mode) (setq adaptive-fill-mode nil) (make-local-variable 'fill-column)