aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1997-02-27 08:03:44 +0000
committerKenichi Handa1997-02-27 08:03:44 +0000
commitca38bbb2b812999fadb999c09be5d14d5b7dbc97 (patch)
tree79ec8bb98a7ba3f54092a9211732cc993a32e18c /src
parent719c80be4339bc3ed564640b95e49c161c6b7dfb (diff)
downloademacs-ca38bbb2b812999fadb999c09be5d14d5b7dbc97.tar.gz
emacs-ca38bbb2b812999fadb999c09be5d14d5b7dbc97.zip
Escape newlines in docstring.
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)