From: Eli Zaretskii Date: Sat, 10 Nov 2018 09:32:14 +0000 (+0200) Subject: Fix last commit X-Git-Tag: emacs-27.0.90~4194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=705adc237629a78c10165f9a3b3260cb56242cda;p=emacs.git Fix last commit * doc/lispref/os.texi (User Identification): Fix function name of 'group-name'. --- diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 6d1b3f3dbc9..41753859e50 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -1230,9 +1230,9 @@ groups on the system. If Emacs cannot retrieve this information, the return value is @code{nil}. @end defun -@defun user-login-name gid -This runction returns the group name that corresponds to @var{gid}, -or @code{nil} if there is no such group. +@defun group-name gid +This function returns the group name that corresponds to the numeric +group ID @var{gid}, or @code{nil} if there is no such group. @end defun