emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/edebug.texi


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/edebug.texi
Date: Fri, 04 Mar 2005 09:54:02 -0500

Index: emacs/lispref/edebug.texi
diff -c emacs/lispref/edebug.texi:1.24 emacs/lispref/edebug.texi:1.25
*** emacs/lispref/edebug.texi:1.24      Thu Feb  3 06:58:38 2005
--- emacs/lispref/edebug.texi   Fri Mar  4 14:54:02 2005
***************
*** 1,6 ****
  @comment -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1992, 1993, 1994, 1998, 1999 Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  
  @c This file can also be used by an independent Edebug User
--- 1,6 ----
  @comment -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1992, 1993, 1994, 1998, 1999, 2005 Free Software Foundation, 
Inc.
  @c See the file elisp.texi for copying conditions.
  
  @c This file can also be used by an independent Edebug User
***************
*** 1082,1088 ****
  (defmacro for (var from init to final do &rest body)
    "Execute a simple \"for\" loop.
  For example, (for i from 1 to 10 do (print i))."
!   (declare (edebug symbolp "from" form "to" form "do" &rest form))
    ...)
  @end example
  
--- 1082,1088 ----
  (defmacro for (var from init to final do &rest body)
    "Execute a simple \"for\" loop.
  For example, (for i from 1 to 10 do (print i))."
!   (declare (debug symbolp "from" form "to" form "do" &rest form))
    ...)
  @end example
  




reply via email to

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