Eli Zaretskii writes: >> Date: Sun, 09 Jul 2023 21:17:48 +0900 >> From: kobarity >> Cc: Eli Zaretskii , >> Augusto Stoffel , >> 64397@debbugs.gnu.org >> >> >> Matthias Meulien wrote: >> > >> > kobarity writes: >> > >> > > (...) How about the following descriptions? >> > > >> > > python-interpreter >> > > Python interpreter for noninteractive use. >> > > python-interpreter-args >> > > Arguments for the Python interpreter for noninteractive use. >> > > python-shell-interpreter >> > > Python interpreter for interactive use. >> > > python-shell-interpreter-args >> > > Arguments for the Python interpreter for interactive use. >> > >> > I like it. But you skipped python-shell-interpreter-interactive-arg... >> >> Sorry, I forgot about that. >> `python-shell-interpreter-interactive-arg' is used only for prompt >> detection, and its docstring has only one line: >> >> Interpreter argument to force it to run interactively. >> >> I think we can leave it as is, but if we want to improve it, how about >> adding the second line? I could not shorten it to fit on one line. >> >> Interpreter argument to force it to run interactively. >> This is used only for prompt detection. > > Thanks. > > Matthias, can you post an updated patch where the last comments about > doc strings are taken care of? Yes, here it is.