diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
commit | 51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1 (patch) | |
tree | 063390d9d89804416186b2e30f271758dc0a0542 /lisp/gud.el | |
parent | 991171cf5b04b6949734b55ab6d6f5657ee19428 (diff) | |
download | emacs-51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1.tar.gz |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lisp/gud.el')
-rw-r--r-- | lisp/gud.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gud.el b/lisp/gud.el index dc1a5337186..411277c8061 100644 --- a/lisp/gud.el +++ b/lisp/gud.el @@ -131,7 +131,7 @@ we're in the GUD buffer)." ;; The job of the marker-filter method is to detect file/line markers in ;; strings and set the global gud-last-frame to indicate what display ;; action (if any) should be triggered by the marker. Note that only -;; whetever the method *returns* is displayed in the buffer; thus, you +;; whatever the method *returns* is displayed in the buffer; thus, you ;; can filter the debugger's output, interpreting some and passing on ;; the rest. ;; @@ -755,7 +755,7 @@ the character after the end of the expr." (defun expr-compound-sep (span-start span-end) "Returns '.' for '->' & '.', returns ' ' for white space, -returns '?' for other puctuation." +returns '?' for other punctuation." (let ((result ? ) (syntax)) (while (< span-start span-end) |