aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPo Lu2023-08-24 12:44:45 +0800
committerPo Lu2023-08-24 12:44:45 +0800
commit87bec7ea25c13dc28f9bc770a83e0dccfe0f85d5 (patch)
treea087cfb7c4fc3214c66f3d6b12fe1c9e46e5817c /doc/lispref
parent32fe187bdf16ebc81a09592be0af75dc2227cded (diff)
downloademacs-87bec7ea25c13dc28f9bc770a83e0dccfe0f85d5.tar.gz
emacs-87bec7ea25c13dc28f9bc770a83e0dccfe0f85d5.zip
Correct invalid Texinfo markup
* doc/lispref/processes.texi (Sentinels): Place . after @xref.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/processes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 41485f48057..e055d043c91 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -2182,7 +2182,7 @@ programs was running when the sentinel was started. However, if
2182This makes it possible to use the Lisp debugger to debug the 2182This makes it possible to use the Lisp debugger to debug the
2183sentinel. @xref{Debugger}. If an error is caught, Emacs pauses for 2183sentinel. @xref{Debugger}. If an error is caught, Emacs pauses for
2184@code{process-error-pause-time} seconds so that the user sees the 2184@code{process-error-pause-time} seconds so that the user sees the
2185error. @xref{Asynchronous Processes} 2185error. @xref{Asynchronous Processes}.
2186 2186
2187 While a sentinel is running, the process sentinel is temporarily 2187 While a sentinel is running, the process sentinel is temporarily
2188set to @code{nil} so that the sentinel won't run recursively. 2188set to @code{nil} so that the sentinel won't run recursively.