branch: master
commit 2c31d58ca490e13bfe696672b8618946955bedfd
Author: rocky <ro...@gnu.org>
Commit: rocky <ro...@gnu.org>

    Typo
---
 realgud/common/track.el |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/realgud/common/track.el b/realgud/common/track.el
index aa433c6..3cadf04 100644
--- a/realgud/common/track.el
+++ b/realgud/common/track.el
@@ -494,9 +494,10 @@ Otherwise return nil. CMD-MARK is set in the realgud-loc 
object created.
 )
 
 (defun realgud-track-bp-delete(text &optional cmd-mark cmdbuf ignore-file-re)
-  "Do regular-expression matching see if a breakpoint has been deleted inside
-string TEXT. If we match, we will return the breakpointlocation of the 
breakpoint found
-from in command buffer. Otherwise nil is returned."
+  "Do regular-expression matching see if a breakpoint has been
+deleted inside string TEXT. If we match, we will return the
+breakpoint location of the breakpoint found from in command
+buffer. Otherwise nil is returned."
 
   ; NOTE: realgud-cmdbuf-info is a buffer variable local to the process
   ; running the debugger. It contains a realgud-cmdbuf-info "struct". In

Reply via email to