diff options
| author | Eli Zaretskii | 2018-11-10 11:32:14 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-11-10 11:32:14 +0200 |
| commit | 705adc237629a78c10165f9a3b3260cb56242cda (patch) | |
| tree | 398381c28b8d20475aa18d422e8a9e24522e9fc8 | |
| parent | d6b7b60cd0b4af8c0760589e132593b5c716d8ce (diff) | |
| download | emacs-705adc237629a78c10165f9a3b3260cb56242cda.tar.gz emacs-705adc237629a78c10165f9a3b3260cb56242cda.zip | |
Fix last commit
* doc/lispref/os.texi (User Identification): Fix function name
of 'group-name'.
| -rw-r--r-- | doc/lispref/os.texi | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
| 1230 | return value is @code{nil}. | 1230 | return value is @code{nil}. |
| 1231 | @end defun | 1231 | @end defun |
| 1232 | 1232 | ||
| 1233 | @defun user-login-name gid | 1233 | @defun group-name gid |
| 1234 | This runction returns the group name that corresponds to @var{gid}, | 1234 | This function returns the group name that corresponds to the numeric |
| 1235 | or @code{nil} if there is no such group. | 1235 | group ID @var{gid}, or @code{nil} if there is no such group. |
| 1236 | @end defun | 1236 | @end defun |
| 1237 | 1237 | ||
| 1238 | 1238 | ||