aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index bcff8f007d3..fe29bb8ae20 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -669,7 +669,7 @@ DEFUN ("user-real-uid", Fuser_real_uid, Suser_real_uid, 0, 0, 0,
669DEFUN ("user-full-name", Fuser_full_name, Suser_full_name, 0, 1, 0, 669DEFUN ("user-full-name", Fuser_full_name, Suser_full_name, 0, 1, 0,
670 "Return the full name of the user logged in, as a string.\n\ 670 "Return the full name of the user logged in, as a string.\n\
671If optional argument UID is an integer, return the full name of the user\n\ 671If optional argument UID is an integer, return the full name of the user\n\
672with that uid, or \"unknown\" if there is no such user. 672with that uid, or \"unknown\" if there is no such user.\n\
673If UID is a string, return the full name of the user with that login\n\ 673If UID is a string, return the full name of the user with that login\n\
674name, or \"unknown\" if no such user could be found.") 674name, or \"unknown\" if no such user could be found.")
675 (uid) 675 (uid)