changeset 1497:7117a3826501

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 30 Oct 1992 05:38:03 +0000
parents f9010847a5f5
children 098464e977d6
files lisp/tabify.el
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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