about summary refs log tree commit diff
path: root/manual/signal.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/signal.texi')
-rw-r--r--manual/signal.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index 263b1f01b8..fc05d222c8 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -2176,7 +2176,7 @@ provided only for compatibility with SVID.
 One convenient use for @code{raise} is to reproduce the default behavior
 of a signal that you have trapped.  For instance, suppose a user of your
 program types the SUSP character (usually @kbd{C-z}; @pxref{Special
-Characters}) to send it an interactive stop stop signal
+Characters}) to send it an interactive stop signal
 (@code{SIGTSTP}), and you want to clean up some internal data buffers
 before stopping.  You might set this up like this: