]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Nov 2018 09:32:14 +0000 (11:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Nov 2018 09:32:14 +0000 (11:32 +0200)
* doc/lispref/os.texi (User Identification): Fix function name
of 'group-name'.

doc/lispref/os.texi

index 6d1b3f3dbc941368b44b00155bbf59e732b5a8ff..41753859e503cf55b09ed98e846581556887d3c1 100644 (file)
@@ -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