diff options
| author | Kenichi Handa | 1997-02-27 08:03:44 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-02-27 08:03:44 +0000 |
| commit | ca38bbb2b812999fadb999c09be5d14d5b7dbc97 (patch) | |
| tree | 79ec8bb98a7ba3f54092a9211732cc993a32e18c /src | |
| parent | 719c80be4339bc3ed564640b95e49c161c6b7dfb (diff) | |
| download | emacs-ca38bbb2b812999fadb999c09be5d14d5b7dbc97.tar.gz emacs-ca38bbb2b812999fadb999c09be5d14d5b7dbc97.zip | |
Escape newlines in docstring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
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, | |||
| 669 | DEFUN ("user-full-name", Fuser_full_name, Suser_full_name, 0, 1, 0, | 669 | DEFUN ("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\ |
| 671 | If optional argument UID is an integer, return the full name of the user\n\ | 671 | If optional argument UID is an integer, return the full name of the user\n\ |
| 672 | with that uid, or \"unknown\" if there is no such user. | 672 | with that uid, or \"unknown\" if there is no such user.\n\ |
| 673 | If UID is a string, return the full name of the user with that login\n\ | 673 | If UID is a string, return the full name of the user with that login\n\ |
| 674 | name, or \"unknown\" if no such user could be found.") | 674 | name, or \"unknown\" if no such user could be found.") |
| 675 | (uid) | 675 | (uid) |