# HG changeset patch # User Karl Heuer # Date 820798523 0 # Node ID 6758b889a7c1f4c3a25c5eb7cf960449b76426ad # Parent ad74bc8e877f6e89259472bb2624b96f91df315b (fill-context-prefix, unjustify-current-line, unjustify-region): Doc fix. diff -r ad74bc8e877f -r 6758b889a7c1 lisp/textmodes/fill.el --- a/lisp/textmodes/fill.el Thu Jan 04 23:34:55 1996 +0000 +++ b/lisp/textmodes/fill.el Thu Jan 04 23:35:23 1996 +0000 @@ -712,7 +712,7 @@ (defun unjustify-current-line () "Remove justification whitespace from current line. If the line is centered or right-justified, this function removes any -indentation past the left margin. If the line is full-jusitified, it removes +indentation past the left margin. If the line is full-justified, it removes extra spaces between words. It does nothing in other justification modes." (let ((justify (current-justification))) (cond ((eq 'left justify) nil) @@ -738,7 +738,7 @@ (defun unjustify-region (&optional begin end) "Remove justification whitespace from region. For centered or right-justified regions, this function removes any indentation -past the left margin from each line. For full-jusitified lines, it removes +past the left margin from each line. For full-justified lines, it removes extra spaces between words. It does nothing in other justification modes. Arguments BEGIN and END are optional; default is the whole buffer." (save-excursion