diff options
Diffstat (limited to 'lisp/textmodes/paragraphs.el')
-rw-r--r-- | lisp/textmodes/paragraphs.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 55b9fc6e45a..2235c0b903a 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -1,4 +1,5 @@ -;; Paragraph and sentence parsing. +;;; paragraphs.el --- paragraph and sentence parsing. + ;; Copyright (C) 1985-1991 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -228,3 +229,5 @@ With arg, repeat, or kill forward to Nth end of sentence if negative arg -N." "Interchange this (next) and previous sentence." (interactive "*p") (transpose-subr 'forward-sentence arg)) + +;;; paragraphs.el ends here |