diff options
Diffstat (limited to 'doc/lispref/modes.texi')
-rw-r--r-- | doc/lispref/modes.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index d6797fe04f5..ab83d8712b2 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -4820,8 +4820,8 @@ This anchor returns the start of @var{node}, i.e., no indent. prev-line @end example -This anchor returns the start of the first named node on the previous -line. This can be used for indenting an empty line. +This anchor returns the first non-whitespace charater on the previous +line. @end defvar @heading Indentation utilities |