# HG changeset patch # User Pavel Jank # Date 1007359897 0 # Node ID 2d1098174c8ad4b62bb19acbe642c23810745719 # Parent c849509c5a160a033e96e2c7d414a4c8f68d03d7 Doc fixes. diff -r c849509c5a16 -r 2d1098174c8a lisp/textmodes/fill.el --- 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))