diff options
| author | Eli Zaretskii | 2023-01-05 20:39:14 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-01-05 20:39:14 +0200 |
| commit | 16eca92415b608d4e567efd725936f5110b440dc (patch) | |
| tree | 9e3e8fafb17385342f5df7f283d5dd7f5468f797 /src/gnutls.c | |
| parent | 4753b587868230fc368c7247c4ec063771a4f5a8 (diff) | |
| download | emacs-16eca92415b608d4e567efd725936f5110b440dc.tar.gz emacs-16eca92415b608d4e567efd725936f5110b440dc.zip | |
; * src/gnutls.c (Fgnutls_deinit): Fix typo in doc string (bug#60579).
Diffstat (limited to 'src/gnutls.c')
| -rw-r--r-- | src/gnutls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnutls.c b/src/gnutls.c index 45dd1b0aa53..91e369375f2 100644 --- a/src/gnutls.c +++ b/src/gnutls.c | |||
| @@ -1060,7 +1060,7 @@ usage: (gnutls-error-string ERROR) */) | |||
| 1060 | 1060 | ||
| 1061 | DEFUN ("gnutls-deinit", Fgnutls_deinit, Sgnutls_deinit, 1, 1, 0, | 1061 | DEFUN ("gnutls-deinit", Fgnutls_deinit, Sgnutls_deinit, 1, 1, 0, |
| 1062 | doc: /* Deallocate GnuTLS resources associated with process PROC. | 1062 | doc: /* Deallocate GnuTLS resources associated with process PROC. |
| 1063 | See also `gnutls-init'. */) | 1063 | See also `gnutls-boot'. */) |
| 1064 | (Lisp_Object proc) | 1064 | (Lisp_Object proc) |
| 1065 | { | 1065 | { |
| 1066 | return emacs_gnutls_deinit (proc); | 1066 | return emacs_gnutls_deinit (proc); |