[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 28b61da 1/2: `pdb' doc string clarification
From: |
Lars Ingebrigtsen |
Subject: |
master 28b61da 1/2: `pdb' doc string clarification |
Date: |
Wed, 9 Dec 2020 12:42:48 -0500 (EST) |
branch: master
commit 28b61da99f89b3771f5581077dfe6179987e3a2f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
`pdb' doc string clarification
* lisp/progmodes/gud.el (pdb): Mention that this command is for
debugging Python scripts.
---
lisp/progmodes/gud.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index 279a70b..cee0961 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -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.