diff options
Diffstat (limited to 'lispref/debugging.texi')
| -rw-r--r-- | lispref/debugging.texi | 2 |
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 |
| 166 | problem is to stop the loop. On most operating systems, you can do this | 166 | problem is to stop the loop. On most operating systems, you can do this |
| 167 | with @kbd{C-g}, which causes quit. | 167 | with @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 |
| 170 | looping. To get more information, you can set the variable | 170 | looping. To get more information, you can set the variable |