diff options
| -rw-r--r-- | lisp/progmodes/gud.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index d6333e7d132..d5904a83ac9 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -625,7 +625,7 @@ and source-file directory for your debugger." | |||
| 625 | (gud-def gud-pstar "print* %e" nil | 625 | (gud-def gud-pstar "print* %e" nil |
| 626 | "Evaluate C dereferenced pointer expression at point.") | 626 | "Evaluate C dereferenced pointer expression at point.") |
| 627 | ;; For debugging Emacs only. | 627 | ;; For debugging Emacs only. |
| 628 | (gud-def gud-pp "pp %e" nil "Print the emacs s-expression.") | 628 | (gud-def gud-pp "pp1 %e" nil "Print the emacs s-expression.") |
| 629 | (gud-def gud-until "until %l" "\C-u" "Continue to current line.") | 629 | (gud-def gud-until "until %l" "\C-u" "Continue to current line.") |
| 630 | (gud-def gud-run "run" nil "Run the program.") | 630 | (gud-def gud-run "run" nil "Run the program.") |
| 631 | 631 | ||