]> code.delx.au - gnu-emacs/commitdiff
(fill-context-prefix, unjustify-current-line,
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:35:23 +0000 (23:35 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:35:23 +0000 (23:35 +0000)
unjustify-region): Doc fix.

lisp/textmodes/fill.el

index f244a0d4e9246acb3b5ad99de78ae59d0d9296bb..98248bbf88643c32fb3478bb46f04bb9c77b0099 100644 (file)
@@ -712,7 +712,7 @@ otherwise it is made canonical."
 (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 @@ extra spaces between words.  It does nothing in other justification modes."
 (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