Mercurial > hg > xemacs-beta
diff src/editfns.c @ 298:70ad99077275 r21-0b47
Import from CVS: tag r21-0b47
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:39:40 +0200 |
parents | 4b85ae5eabfb |
children | 8429d81ab209 |
line wrap: on
line diff
--- a/src/editfns.c Mon Aug 13 10:38:47 2007 +0200 +++ b/src/editfns.c Mon Aug 13 10:39:40 2007 +0200 @@ -660,12 +660,11 @@ character string representation of the user_login_name is needed but a Lisp Object is not. The UID is passed by reference. If UID == NULL, then the USER name - for the user running Xemacs will be returned. This + for the user running XEmacs will be returned. This corresponds to a nil argument to Fuser_login_name. */ char* -user_login_name (uid) - int *uid; +user_login_name (int *uid) { struct passwd *pw = NULL; @@ -880,7 +879,7 @@ if (initialized && output_home_warning) { warn_when_safe(Quser_files_and_directories, Qwarning, "\n" -" Xemacs was unable to determine a good value for the user's $HOME\n" +" XEmacs was unable to determine a good value for the user's $HOME\n" " directory, and will be using the value:\n" " %s\n" " This is probably incorrect.",