emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 705adc2: Fix last commit


From: Eli Zaretskii
Subject: [Emacs-diffs] master 705adc2: Fix last commit
Date: Sat, 10 Nov 2018 04:32:59 -0500 (EST)

branch: master
commit 705adc237629a78c10165f9a3b3260cb56242cda
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix last commit
    
    * doc/lispref/os.texi (User Identification): Fix function name
    of 'group-name'.
---
 doc/lispref/os.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 6d1b3f3..4175385 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
 
address@hidden user-login-name gid
-This runction returns the group name that corresponds to @var{gid},
-or @code{nil} if there is no such group.
address@hidden 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
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]