From: Eli Zaretskii Date: Sat, 9 Sep 2006 10:50:03 +0000 (+0000) Subject: (Fsystem_name): Mention "host" in the doc string. X-Git-Tag: emacs-pretest-22.0.90~669 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a7e01173eb15c794bfc3ca6700a86b0af724111;p=emacs.git (Fsystem_name): Mention "host" in the doc string. (syms_of_editfns) : Likewise. --- diff --git a/src/editfns.c b/src/editfns.c index 1b89bb3668c..dce727611ba 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1390,7 +1390,7 @@ name, or nil if there is no such user. */) } DEFUN ("system-name", Fsystem_name, Ssystem_name, 0, 0, 0, - doc: /* Return the name of the machine you are running on, as a string. */) + doc: /* Return the host name of the machine you are running on, as a string. */) () { return Vsystem_name; @@ -4370,7 +4370,7 @@ functions if all the text being accessed has this property. */); Vbuffer_access_fontified_property = Qnil; DEFVAR_LISP ("system-name", &Vsystem_name, - doc: /* The name of the machine Emacs is running on. */); + doc: /* The host name of the machine Emacs is running on. */); DEFVAR_LISP ("user-full-name", &Vuser_full_name, doc: /* The full name of the user logged in. */);