aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJules Tamagnan2018-10-30 10:22:03 -0700
committerEli Zaretskii2018-11-10 10:06:50 +0200
commitffb4c76d99ba9d4f5a0d876c23b2837d31291141 (patch)
tree799541b022a0ff4f28d846bcbb7c51e79a5d9a92 /doc
parent4f0e54223a60a34818365475440e023747eab7e9 (diff)
downloademacs-ffb4c76d99ba9d4f5a0d876c23b2837d31291141.tar.gz
emacs-ffb4c76d99ba9d4f5a0d876c23b2837d31291141.zip
src/editfns.c (group-name): New function.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/os.texi5
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
1230return value is @code{nil}. 1230return value is @code{nil}.
1231@end defun 1231@end defun
1232 1232
1233@defun user-login-name gid
1234This runction returns the group name that corresponds to @var{gid},
1235or @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