emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/ewoc.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/ewoc.el
Date: Thu, 20 Dec 2001 13:52:59 -0500

Index: emacs/lisp/emacs-lisp/ewoc.el
diff -c emacs/lisp/emacs-lisp/ewoc.el:1.8 emacs/lisp/emacs-lisp/ewoc.el:1.9
*** emacs/lisp/emacs-lisp/ewoc.el:1.8   Tue Nov 27 10:52:52 2001
--- emacs/lisp/emacs-lisp/ewoc.el       Thu Dec 20 13:52:58 2001
***************
*** 375,381 ****
  
  (defun ewoc-nth (ewoc n)
    "Return the Nth node.
! N counts from zero. Nil is returned if there is less than N elements.
  If N is negative, return the -(N+1)th last element.
  Thus, (ewoc-nth dll 0) returns the first node,
  and (ewoc-nth dll -1) returns the last node.
--- 375,381 ----
  
  (defun ewoc-nth (ewoc n)
    "Return the Nth node.
! N counts from zero.  Return nil if there is less than N elements.
  If N is negative, return the -(N+1)th last element.
  Thus, (ewoc-nth dll 0) returns the first node,
  and (ewoc-nth dll -1) returns the last node.



reply via email to

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