changeset 24847:a976dbfb1f55

(Fuser_full_name): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 15 Jun 1999 05:30:07 +0000
parents f838455991b6
children ca34063731fc
files src/editfns.c
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Mon Jun 14 23:24:09 1999 +0000
+++ b/src/editfns.c	Tue Jun 15 05:30:07 1999 +0000
@@ -732,10 +732,13 @@
 
 DEFUN ("user-full-name", Fuser_full_name, Suser_full_name, 0, 1, 0,
   "Return the full name of the user logged in, as a string.\n\
+If the full name corresponding to Emacs's userid is not known,\n\
+return \"unknown\".\n\
+\n\
 If optional argument UID is an integer, return the full name of the user\n\
-with that uid, or \"unknown\" if there is no such user.\n\
+with that uid, or nil if there is no such user.\n\
 If UID is a string, return the full name of the user with that login\n\
-name, or \"unknown\" if no such user could be found.")
+name, or nil if there is no such user.")
   (uid)
      Lisp_Object uid;
 {