; * src/gnutls.c (Fgnutls_deinit): Fix typo in doc string (bug#60579).
This commit is contained in:
parent
4753b58786
commit
16eca92415
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ usage: (gnutls-error-string ERROR) */)
|
||||||
|
|
||||||
DEFUN ("gnutls-deinit", Fgnutls_deinit, Sgnutls_deinit, 1, 1, 0,
|
DEFUN ("gnutls-deinit", Fgnutls_deinit, Sgnutls_deinit, 1, 1, 0,
|
||||||
doc: /* Deallocate GnuTLS resources associated with process PROC.
|
doc: /* Deallocate GnuTLS resources associated with process PROC.
|
||||||
See also `gnutls-init'. */)
|
See also `gnutls-boot'. */)
|
||||||
(Lisp_Object proc)
|
(Lisp_Object proc)
|
||||||
{
|
{
|
||||||
return emacs_gnutls_deinit (proc);
|
return emacs_gnutls_deinit (proc);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue