changeset 41800:2d1098174c8a

Doc fixes.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 03 Dec 2001 06:11:37 +0000
parents c849509c5a16
children 1649eae224df
files lisp/textmodes/fill.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Mon Dec 03 06:09:24 2001 +0000
+++ b/lisp/textmodes/fill.el	Mon Dec 03 06:11:37 2001 +0000
@@ -900,7 +900,7 @@
   (set-justification b e 'left t))
 
 (defun set-justification-right (b e)
-  "Make paragraphs in the region right-justified:
+  "Make paragraphs in the region right-justified.
 Flush at the right margin and ragged on the left.
 If the mark is not active, this applies to the current paragraph."
   (interactive (list (if mark-active (region-beginning) (point))
@@ -908,7 +908,7 @@
   (set-justification b e 'right t))
 
 (defun set-justification-full (b e)
-  "Make paragraphs in the region fully justified:
+  "Make paragraphs in the region fully justified.
 This makes lines flush on both margins by inserting spaces between words.
 If the mark is not active, this applies to the current paragraph."
   (interactive (list (if mark-active (region-beginning) (point))