aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2024-11-16 07:21:59 +0100
committerStefan Kangas2024-11-16 07:22:48 +0100
commit0856360d80c6cded703e4e32f1a49653fbcba485 (patch)
tree8737952fc803270bb1088c0c56bcbd32e7fb09a6
parentd4f81f716ae0ced72e26b403972adf95f02dbdd0 (diff)
downloademacs-0856360d80c6cded703e4e32f1a49653fbcba485.tar.gz
emacs-0856360d80c6cded703e4e32f1a49653fbcba485.zip
; Fix typo in recent change
-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 2c19275f946..79ef959ae65 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -2718,7 +2718,7 @@ If non-@code{nil}, the host's capability string.
2718@item :type @var{symbol} 2718@item :type @var{symbol}
2719The connection type: @samp{plain} or @samp{tls}. 2719The connection type: @samp{plain} or @samp{tls}.
2720@item :error @var{symbol} 2720@item :error @var{symbol}
2721A string describing any error encountered when perfoming 2721A string describing any error encountered when performing
2722@acronym{STARTTLS} upgrade. 2722@acronym{STARTTLS} upgrade.
2723@end table 2723@end table
2724 2724