aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r--lispref/debugging.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi
index d4dd54ca590..4bc3d07d69b 100644
--- a/lispref/debugging.texi
+++ b/lispref/debugging.texi
@@ -164,7 +164,7 @@ this:
164 164
165 When a program loops infinitely and fails to return, your first 165 When a program loops infinitely and fails to return, your first
166problem is to stop the loop. On most operating systems, you can do this 166problem is to stop the loop. On most operating systems, you can do this
167with @kbd{C-g}, which causes quit. 167with @kbd{C-g}, which causes a @dfn{quit}.
168 168
169 Ordinary quitting gives no information about why the program was 169 Ordinary quitting gives no information about why the program was
170looping. To get more information, you can set the variable 170looping. To get more information, you can set the variable