comparison lisp/indent.el @ 25498:611af07c47c2

(indent-relative): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 Sep 1999 01:00:15 +0000
parents bff4ed62d00a
children c24dd11dad46
comparison
equal deleted inserted replaced
25497:de4c44c1c073 25498:611af07c47c2
334 (indent-relative t)) 334 (indent-relative t))
335 335
336 (defun indent-relative (&optional unindented-ok) 336 (defun indent-relative (&optional unindented-ok)
337 "Space out to under next indent point in previous nonblank line. 337 "Space out to under next indent point in previous nonblank line.
338 An indent point is a non-whitespace character following whitespace. 338 An indent point is a non-whitespace character following whitespace.
339 The following line shows the indentation points in this line.
340 ^ ^ ^ ^ ^ ^ ^ ^ ^
339 If the previous nonblank line has no indent points beyond the 341 If the previous nonblank line has no indent points beyond the
340 column point starts at, `tab-to-tab-stop' is done instead." 342 column point starts at, `tab-to-tab-stop' is done instead."
341 (interactive "P") 343 (interactive "P")
342 (if (and abbrev-mode 344 (if (and abbrev-mode
343 (eq (char-syntax (preceding-char)) ?w)) 345 (eq (char-syntax (preceding-char)) ?w))