emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Wed, 11 Sep 2002 23:26:59 -0400

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.319 emacs/src/emacs.c:1.320
*** emacs/src/emacs.c:1.319     Wed Aug 28 02:28:29 2002
--- emacs/src/emacs.c   Wed Sep 11 23:26:59 2002
***************
*** 2281,2287 ****
    defsubr (&Sinvocation_directory);
  
    DEFVAR_LISP ("command-line-args", &Vcommand_line_args,
!              doc: /* Args passed by shell to Emacs, as a list of strings.  
*/);
  
    DEFVAR_LISP ("system-type", &Vsystem_type,
               doc: /* Value is symbol indicating type of operating system you 
are using.  */);
--- 2281,2288 ----
    defsubr (&Sinvocation_directory);
  
    DEFVAR_LISP ("command-line-args", &Vcommand_line_args,
!              doc: /* Args passed by shell to Emacs, as a list of strings.
! Many arguments are deleted from the list as they are processed.  */);
  
    DEFVAR_LISP ("system-type", &Vsystem_type,
               doc: /* Value is symbol indicating type of operating system you 
are using.  */);




reply via email to

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