emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/functions.texi [lexbind]
Date: Tue, 06 Jul 2004 07:04:19 -0400

Index: emacs/lispref/functions.texi
diff -c emacs/lispref/functions.texi:1.19.4.5 
emacs/lispref/functions.texi:1.19.4.6
*** emacs/lispref/functions.texi:1.19.4.5       Sat Feb 28 05:41:59 2004
--- emacs/lispref/functions.texi        Tue Jul  6 10:20:17 2004
***************
*** 1,6 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/functions
--- 1,6 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2004
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/functions
***************
*** 577,584 ****
  deliberate redefinition from unintentional redefinition.
  @end defspec
  
- @anchor{Definition of defalias}
  @defun defalias name definition &optional docstring
  This special form defines the symbol @var{name} as a function, with
  definition @var{definition} (which can be any valid Lisp function).
  It returns @var{definition}.
--- 577,584 ----
  deliberate redefinition from unintentional redefinition.
  @end defspec
  
  @defun defalias name definition &optional docstring
+ @anchor{Definition of defalias}
  This special form defines the symbol @var{name} as a function, with
  definition @var{definition} (which can be any valid Lisp function).
  It returns @var{definition}.
***************
*** 752,759 ****
  over a char-table in a way that deals properly with its sparse nature,
  use the function @code{map-char-table} (@pxref{Char-Tables}).
  
- @anchor{Definition of mapcar}
  @defun mapcar function sequence
  @code{mapcar} applies @var{function} to each element of @var{sequence}
  in turn, and returns a list of the results.
  
--- 752,759 ----
  over a char-table in a way that deals properly with its sparse nature,
  use the function @code{map-char-table} (@pxref{Char-Tables}).
  
  @defun mapcar function sequence
+ @anchor{Definition of mapcar}
  @code{mapcar} applies @var{function} to each element of @var{sequence}
  in turn, and returns a list of the results.
  




reply via email to

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