emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Wed, 20 Jul 2005 11:51:53 -0400

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.251 emacs/src/eval.c:1.252
*** emacs/src/eval.c:1.251      Tue Jul 19 11:33:02 2005
--- emacs/src/eval.c    Wed Jul 20 15:51:52 2005
***************
*** 779,785 ****
  
  
  DEFUN ("defvar", Fdefvar, Sdefvar, 1, UNEVALLED, 0,
!        doc: /* Define SYMBOL as a variable.
  You are not required to define a variable in order to use it,
  but the definition can supply documentation and an initial value
  in a way that tags can recognize.
--- 779,785 ----
  
  
  DEFUN ("defvar", Fdefvar, Sdefvar, 1, UNEVALLED, 0,
!        doc: /* Define SYMBOL as a variable, and return SYMBOL.
  You are not required to define a variable in order to use it,
  but the definition can supply documentation and an initial value
  in a way that tags can recognize.




reply via email to

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