comparison man/indent.texi @ 90428:a8190f7e546e

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 285-296) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: admin/FOR-RELEASE: Update refcard section. * gnus--rel--5.10 (patch 102-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
author Miles Bader <miles@gnu.org>
date Wed, 07 Jun 2006 18:05:10 +0000
parents c5406394f567 3b837723ad8f
children c358d0861b16
comparison
equal deleted inserted replaced
90427:ddb25860d044 90428:a8190f7e546e
152 (actually, the last nonempty line). It inserts whitespace at point, moving 152 (actually, the last nonempty line). It inserts whitespace at point, moving
153 point, until it is underneath the next indentation point in the previous line. 153 point, until it is underneath the next indentation point in the previous line.
154 An indentation point is the end of a sequence of whitespace or the end of 154 An indentation point is the end of a sequence of whitespace or the end of
155 the line. If point is farther right than any indentation point in the 155 the line. If point is farther right than any indentation point in the
156 previous line, @code{indent-relative} runs @code{tab-to-tab-stop} 156 previous line, @code{indent-relative} runs @code{tab-to-tab-stop}
157 @ifinfo 157 @ifnottex
158 (@pxref{Tab Stops}), 158 (@pxref{Tab Stops}),
159 @end ifinfo 159 @end ifnottex
160 @iftex 160 @iftex
161 (see next section), 161 (see next section),
162 @end iftex 162 @end iftex
163 unless it is called with a numeric argument, in which case it does 163 unless it is called with a numeric argument, in which case it does
164 nothing. 164 nothing.