emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/texinfo.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfo.el
Date: Fri, 21 Oct 2005 14:57:43 -0400

Index: emacs/lisp/textmodes/texinfo.el
diff -c emacs/lisp/textmodes/texinfo.el:1.111 
emacs/lisp/textmodes/texinfo.el:1.112
*** emacs/lisp/textmodes/texinfo.el:1.111       Wed Aug 31 10:32:55 2005
--- emacs/lisp/textmodes/texinfo.el     Fri Oct 21 18:57:43 2005
***************
*** 593,598 ****
--- 593,601 ----
        (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]