Mercurial > emacs
changeset 66293:9c6897b47b81
(texinfo-mode): Set sentence-end-base.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Oct 2005 18:57:43 +0000 |
parents | 15de85d4b7fe |
children | 952dcd04e701 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)