emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/editfns.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c,v
Date: Sat, 09 Sep 2006 10:50:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/09/09 10:50:03

Index: editfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/editfns.c,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -b -r1.426 -r1.427
--- editfns.c   6 Sep 2006 06:40:52 -0000       1.426
+++ editfns.c   9 Sep 2006 10:50:03 -0000       1.427
@@ -1390,7 +1390,7 @@
 }
 
 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 @@
   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.  */);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]