emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/lists.texi
Date: Mon, 30 Jun 2003 06:40:48 -0400

Index: emacs/lispref/lists.texi
diff -c emacs/lispref/lists.texi:1.33 emacs/lispref/lists.texi:1.34
*** emacs/lispref/lists.texi:1.33       Tue Feb  4 09:47:54 2003
--- emacs/lispref/lists.texi    Mon Jun 30 06:40:48 2003
***************
*** 384,394 ****
  @end defun
  
  @defun last list &optional n
! This function returns the last link of @var{list}.  The
! @code{car} of this link is the list's last element.  If @var{list} is
! null, @code{nil} is returned.  If @var{n} is non-nil the
! @var{n}-th-to-last link is returned instead, or the whole @var{list} if
! @var{n} is bigger than @var{list}'s length.
  @end defun
  
  @defun safe-length list
--- 384,394 ----
  @end defun
  
  @defun last list &optional n
! This function returns the last link of @var{list}.  The @code{car} of
! this link is the list's last element.  If @var{list} is null,
! @code{nil} is returned.  If @var{n} is address@hidden, the
! @var{n}th-to-last link is returned instead, or the whole of @var{list}
! if @var{n} is bigger than @var{list}'s length.
  @end defun
  
  @defun safe-length list




reply via email to

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