diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/os.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index cb337573259..6d1b3f3dbc9 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -1230,6 +1230,11 @@ 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 | ||
| 1234 | This runction returns the group name that corresponds to @var{gid}, | ||
| 1235 | or @code{nil} if there is no such group. | ||
| 1236 | @end defun | ||
| 1237 | |||
| 1233 | 1238 | ||
| 1234 | @node Time of Day | 1239 | @node Time of Day |
| 1235 | @section Time of Day | 1240 | @section Time of Day |