mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(Fsystem_name): Mention "host" in the doc string.
(syms_of_editfns) <system-name>: Likewise.
This commit is contained in:
parent
33aba6a0e3
commit
1a7e01173e
1 changed files with 2 additions and 2 deletions
|
|
@ -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. */);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue