`pdb' doc string clarification

* lisp/progmodes/gud.el (pdb): Mention that this command is for
debugging Python scripts.
This commit is contained in:
Lars Ingebrigtsen 2020-12-09 18:36:41 +01:00
parent e2c08dbf7b
commit 28b61da99f

View file

@ -1683,7 +1683,7 @@ and source-file directory for your debugger."
;;;###autoload
(defun pdb (command-line)
"Run COMMAND-LINE in the `*gud-FILE*' buffer.
"Run COMMAND-LINE in the `*gud-FILE*' buffer to debug Python programs.
COMMAND-LINE should include the pdb executable
name (`gud-pdb-command-name') and the file to be debugged.