aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorEli Zaretskii2006-09-09 10:50:03 +0000
committerEli Zaretskii2006-09-09 10:50:03 +0000
commit1a7e01173eb15c794bfc3ca6700a86b0af724111 (patch)
tree91c30c327b1eadb108f2a89522d55927621a374b /src/editfns.c
parent33aba6a0e3bb41a0840b4dc0b3dd1e8a44577a0f (diff)
downloademacs-1a7e01173eb15c794bfc3ca6700a86b0af724111.tar.gz
emacs-1a7e01173eb15c794bfc3ca6700a86b0af724111.zip
(Fsystem_name): Mention "host" in the doc string.
(syms_of_editfns) <system-name>: Likewise.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c4
1 files changed, 2 insertions, 2 deletions
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. */)
1390} 1390}
1391 1391
1392DEFUN ("system-name", Fsystem_name, Ssystem_name, 0, 0, 0, 1392DEFUN ("system-name", Fsystem_name, Ssystem_name, 0, 0, 0,
1393 doc: /* Return the name of the machine you are running on, as a string. */) 1393 doc: /* Return the host name of the machine you are running on, as a string. */)
1394 () 1394 ()
1395{ 1395{
1396 return Vsystem_name; 1396 return Vsystem_name;
@@ -4370,7 +4370,7 @@ functions if all the text being accessed has this property. */);
4370 Vbuffer_access_fontified_property = Qnil; 4370 Vbuffer_access_fontified_property = Qnil;
4371 4371
4372 DEFVAR_LISP ("system-name", &Vsystem_name, 4372 DEFVAR_LISP ("system-name", &Vsystem_name,
4373 doc: /* The name of the machine Emacs is running on. */); 4373 doc: /* The host name of the machine Emacs is running on. */);
4374 4374
4375 DEFVAR_LISP ("user-full-name", &Vuser_full_name, 4375 DEFVAR_LISP ("user-full-name", &Vuser_full_name,
4376 doc: /* The full name of the user logged in. */); 4376 doc: /* The full name of the user logged in. */);