]> git.eshelyaron.com Git - emacs.git/commitdiff
Update documentation for indent-relative functions
authorAlex Branham <alex.branham@gmail.com>
Tue, 26 Mar 2019 01:49:01 +0000 (20:49 -0500)
committerAlex Branham <alex.branham@gmail.com>
Sat, 6 Apr 2019 00:48:21 +0000 (19:48 -0500)
* lisp/indent.el (indent-relative): Document what happens when there
  is no previous nonblank line.
* doc/lispref/text.texi (Relative Indent): Document
  indent-relative-first-indent-point instead of obsolete
  indent-relative-maybe. Fix documentation of which argument from
  'indent-relative' is used.

Bug#34858

doc/lispref/text.texi
lisp/indent.el

index 86f9fa0e5f5706de7316a9de2717eb6b50837599..1ef836b8f948d4cf95f7776547c024738ed1fd73 100644 (file)
@@ -2577,11 +2577,11 @@ The quick brown fox jum  @point{}ped.
 @end example
 @end deffn
 
-@deffn Command indent-relative-maybe
+@deffn Command indent-relative-first-indent-point
 @comment !!SourceFile indent.el
 This command indents the current line like the previous nonblank line,
 by calling @code{indent-relative} with @code{t} as the
-@var{unindented-ok} argument.  The return value is unpredictable.
+@var{first-only} argument.  The return value is unpredictable.
 
 If the previous nonblank line has no indent points beyond the current
 column, this command does nothing.
index f3d3158faa03801ebcbcc131beb707a4afe1b140..bf87d6af7602ae3bc3b1d5618294aaba0431b5e8 100644 (file)
@@ -600,8 +600,9 @@ considered.
 
 If the previous nonblank line has no indent points beyond the
 column point starts at, then `tab-to-tab-stop' is done, if both
-FIRST-ONLY and UNINDENTED-OK are nil, otherwise nothing is done
-in this case.
+FIRST-ONLY and UNINDENTED-OK are nil, otherwise nothing is done.
+If there isn't a previous nonblank line and UNINDENTED-OK is nil,
+call `tab-to-tab-stop'.
 
 See also `indent-relative-first-indent-point'."
   (interactive "P")