aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/texinfo.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 04458461103..b936c45b50c 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -1,4 +1,4 @@
1;;; texinfo.el --- major mode for editing Texinfo files -*- coding: iso-2022-7bit -*- 1;;; texinfo.el --- major mode for editing Texinfo files -*- coding: utf-8 -*-
2 2
3;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997, 3;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997,
4;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -584,7 +584,7 @@ value of `texinfo-mode-hook'."
584 (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start)) 584 (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
585 (make-local-variable 'sentence-end-base) 585 (make-local-variable 'sentence-end-base)
586 (setq sentence-end-base 586 (setq sentence-end-base
587 "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'$B!I$,1r}(B)}]*") 587 "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"')}]*")
588 (make-local-variable 'adaptive-fill-mode) 588 (make-local-variable 'adaptive-fill-mode)
589 (setq adaptive-fill-mode nil) 589 (setq adaptive-fill-mode nil)
590 (make-local-variable 'fill-column) 590 (make-local-variable 'fill-column)