diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/texinfo.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 16399bd9fd7..ff723a4fb94 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -596,9 +596,9 @@ value of `texinfo-mode-hook'." | |||
| 596 | (setq-local require-final-newline mode-require-final-newline) | 596 | (setq-local require-final-newline mode-require-final-newline) |
| 597 | (setq-local indent-tabs-mode nil) | 597 | (setq-local indent-tabs-mode nil) |
| 598 | (setq-local paragraph-separate | 598 | (setq-local paragraph-separate |
| 599 | (concat "\b\\|@[a-zA-Z]*[ \n]\\|" | 599 | (concat "@[a-zA-Z]*[ \n]\\|" |
| 600 | paragraph-separate)) | 600 | paragraph-separate)) |
| 601 | (setq-local paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" | 601 | (setq-local paragraph-start (concat "@[a-zA-Z]*[ \n]\\|" |
| 602 | paragraph-start)) | 602 | paragraph-start)) |
| 603 | (setq-local sentence-end-base "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'”)}]*") | 603 | (setq-local sentence-end-base "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'”)}]*") |
| 604 | (setq-local fill-column 70) | 604 | (setq-local fill-column 70) |