branch: scratch/auctex-lexbind
commit 7ccff10d48639e995f8f2fcfcae6e7265bbcff0d
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
; * latex.el (LaTeX-fill-region-as-paragraph): Fix typo.
---
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/latex.el b/latex.el
index d5d5621..a88caad 100644
--- a/latex.el
+++ b/latex.el
@@ -3746,7 +3746,7 @@ Words formed by such characters can be broken across
newlines.")
"Fill region as one paragraph.
Break lines to fit `fill-column', but leave all lines ending with
\\\\ \(plus its optional argument) alone. Lines with code
-comments and lines ending with `\par' are included in filling but
+comments and lines ending with `\\par' are included in filling but
act as boundaries. Prefix arg means justify too. From program,
pass args FROM, TO and JUSTIFY-FLAG.