diff options
| author | Jules Tamagnan | 2018-10-30 10:22:03 -0700 |
|---|---|---|
| committer | Eli Zaretskii | 2018-11-10 10:06:50 +0200 |
| commit | ffb4c76d99ba9d4f5a0d876c23b2837d31291141 (patch) | |
| tree | 799541b022a0ff4f28d846bcbb7c51e79a5d9a92 /doc | |
| parent | 4f0e54223a60a34818365475440e023747eab7e9 (diff) | |
| download | emacs-ffb4c76d99ba9d4f5a0d876c23b2837d31291141.tar.gz emacs-ffb4c76d99ba9d4f5a0d876c23b2837d31291141.zip | |
src/editfns.c (group-name): New function.
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 |