# HG changeset patch # User Richard M. Stallman # Date 720423483 0 # Node ID 7117a382650138b190e62f51dcb3ce6becbe8f01 # Parent f9010847a5f5105c03068ee88aba0a5868582a32 Doc fix. diff -r f9010847a5f5 -r 7117a3826501 lisp/tabify.el --- a/lisp/tabify.el Thu Oct 29 10:44:50 1992 +0000 +++ b/lisp/tabify.el Fri Oct 30 05:38:03 1992 +0000 @@ -25,7 +25,9 @@ ;;;###autoload (defun untabify (start end) "Convert all tabs in region to multiple spaces, preserving columns. -The variable tab-width controls the action." +Called non-interactively, the region is specified by arguments +START and END, rather than by the position of point and mark. +The variable `tab-width' controls the spacing of tab stops." (interactive "r") (save-excursion (save-restriction @@ -44,7 +46,9 @@ "Convert multiple spaces in region to tabs when possible. A group of spaces is partially replaced by tabs when this can be done without changing the column they end at. -The variable tab-width controls the action." +Called non-interactively, the region is specified by arguments +START and END, rather than by the position of point and mark. +The variable `tab-width' controls the spacing of tab stops." (interactive "r") (save-excursion (save-restriction