aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2018-11-10 11:16:17 +0200
committerEli Zaretskii2018-11-10 11:16:17 +0200
commitd6b7b60cd0b4af8c0760589e132593b5c716d8ce (patch)
tree140b22b62d9456423ba283aaa2ce827b4d3a26b2 /etc
parentffb4c76d99ba9d4f5a0d876c23b2837d31291141 (diff)
downloademacs-d6b7b60cd0b4af8c0760589e132593b5c716d8ce.tar.gz
emacs-d6b7b60cd0b4af8c0760589e132593b5c716d8ce.zip
Fix last change
* src/editfns.c (Fgroup_name): Fix the doc string. Move closer to the "group" functions. * src/w32.c (getgrgid): Return NULL if GID is not the group ID of the user of this Emacs session * test/src/editfns-tests.el (test-group-name): Rename from 'group-name'. Add tests for non-Posix hosts. Test error when the argument to group-name is invalid. * etc/NEWS: Fix wording of last added entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c11b9988e44..7f3e74457da 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1264,7 +1264,7 @@ uses of this function all but disappeared by now, so we are
1264un-obsoleting it. 1264un-obsoleting it.
1265 1265
1266+++ 1266+++
1267** New function 'group-name' returns a group name based on a group-GID 1267** New function 'group-name' returns a group name corresponding to GID.
1268 1268
1269 1269
1270* Changes in Emacs 27.1 on Non-Free Operating Systems 1270* Changes in Emacs 27.1 on Non-Free Operating Systems