summaryrefslogtreecommitdiff
path: root/src/.gdbinit
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-13 21:14:27 +0000
committerJim Blandy <jimb@redhat.com>1993-03-13 21:14:27 +0000
commitfc714ed26707be52e868a431f03f91eda046236e (patch)
tree4ff647959f9ce5f601c1c2d41640e804c09a05b9 /src/.gdbinit
parente87f6434143ca33a95c8a401d04044c3ffc94061 (diff)
downloademacs-fc714ed26707be52e868a431f03f91eda046236e.tar.gz
Doc fix.
Diffstat (limited to 'src/.gdbinit')
-rw-r--r--src/.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index 7045c032e01..f5dc66d2782 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -164,7 +164,7 @@ show environment DISPLAY
set args -q -geometry +0+0
# Don't let abort actually run, as it will make
-# stdio stop working and therefore the `pr' command below as well.
+# stdio stop working and therefore the `pr' command above as well.
break abort
# If we are running in synchronous mode, we want a chance to look around