]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct invalid Texinfo markup
authorPo Lu <luangruo@yahoo.com>
Thu, 24 Aug 2023 04:44:45 +0000 (12:44 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 24 Aug 2023 04:44:45 +0000 (12:44 +0800)
* doc/lispref/processes.texi (Sentinels): Place . after @xref.

doc/lispref/processes.texi

index 41485f48057a8403252aabcd26d37d1cc5cbe6b1..e055d043c91654b8a9ebe60ef8773ab6b96a9e88 100644 (file)
@@ -2182,7 +2182,7 @@ programs was running when the sentinel was started.  However, if
 This makes it possible to use the Lisp debugger to debug the
 sentinel.  @xref{Debugger}.  If an error is caught, Emacs pauses for
 @code{process-error-pause-time} seconds so that the user sees the
-error.  @xref{Asynchronous Processes}
+error.  @xref{Asynchronous Processes}.
 
   While a sentinel is running, the process sentinel is temporarily
 set to @code{nil} so that the sentinel won't run recursively.