When I'm writing docstrings in elisp, only the second line from docstring starts from beginning of the line (because I press C-j after first line to be nice in apropos buffer) , the next lines starts with tab space from auto-fill-mode. I saw Emacs builtin files and only first line from docstring has tab space, the others start with no space.
The buffer has auto-fill-mode on and fill-column variable set to 70.
How can I change the behavior of auto-fill so that it doesn't indent the second and subsequent lines?
EDIT: the problem is not only with docstring. I made a docstring without C-j, and two free text, not code. It aligns next lines with the first line in elisp buffers.


emacs -Q, with or withoutauto-fill-modeenabled. 70 is the default value forfill-column, so that's also the same.*scratch*buffer. Are you? That buffer is inlisp-interactionmode which interpretsC-jdifferently than most other buffers. Please specify the mode of the buffer that you are typing this in.