]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes.
authorPavel Janík <Pavel@Janik.cz>
Mon, 3 Dec 2001 06:11:37 +0000 (06:11 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 3 Dec 2001 06:11:37 +0000 (06:11 +0000)
lisp/textmodes/fill.el

index e9c62327a9c74e1221a5d2f76965b50830e0a288..4995e25d67490fda291b1b67f7bc03468c39ef43 100644 (file)
@@ -900,7 +900,7 @@ If the mark is not active, this applies to the current paragraph."
   (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 @@ If the mark is not active, this applies to the current paragraph."
   (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))