Mercurial > emacs
diff lispref/debugging.texi @ 24862:78aaef52e28f
*** empty log message ***
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Thu, 17 Jun 1999 07:10:20 +0000 |
| parents | f0cd03a7dac9 |
| children | 467b88fab665 |
line wrap: on
line diff
--- a/lispref/debugging.texi Thu Jun 17 05:35:21 1999 +0000 +++ b/lispref/debugging.texi Thu Jun 17 07:10:20 1999 +0000 @@ -164,7 +164,7 @@ When a program loops infinitely and fails to return, your first problem is to stop the loop. On most operating systems, you can do this -with @kbd{C-g}, which causes quit. +with @kbd{C-g}, which causes a @dfn{quit}. Ordinary quitting gives no information about why the program was looping. To get more information, you can set the variable
