/[emacs]/emacs/lispref/functions.texi
ViewVC logotype

Diff of /emacs/lispref/functions.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23.2.1 by miles, Mon Apr 19 07:01:41 2004 UTC revision 1.23.2.2 by miles, Tue Jun 29 16:45:29 2004 UTC
# Line 1  Line 1 
1  @c -*-texinfo-*-  @c -*-texinfo-*-
2  @c This is part of the GNU Emacs Lisp Reference Manual.  @c This is part of the GNU Emacs Lisp Reference Manual.
3  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2004
4  @c   Free Software Foundation, Inc.  @c   Free Software Foundation, Inc.
5  @c See the file elisp.texi for copying conditions.  @c See the file elisp.texi for copying conditions.
6  @setfilename ../info/functions  @setfilename ../info/functions
# Line 577  defined is often done deliberately, and Line 577  defined is often done deliberately, and
577  deliberate redefinition from unintentional redefinition.  deliberate redefinition from unintentional redefinition.
578  @end defspec  @end defspec
579    
 @anchor{Definition of defalias}  
580  @defun defalias name definition &optional docstring  @defun defalias name definition &optional docstring
581    @anchor{Definition of defalias}
582  This special form defines the symbol @var{name} as a function, with  This special form defines the symbol @var{name} as a function, with
583  definition @var{definition} (which can be any valid Lisp function).  definition @var{definition} (which can be any valid Lisp function).
584  It returns @var{definition}.  It returns @var{definition}.
# Line 752  is a sparse array whose nominal range of Line 752  is a sparse array whose nominal range of
752  over a char-table in a way that deals properly with its sparse nature,  over a char-table in a way that deals properly with its sparse nature,
753  use the function @code{map-char-table} (@pxref{Char-Tables}).  use the function @code{map-char-table} (@pxref{Char-Tables}).
754    
 @anchor{Definition of mapcar}  
755  @defun mapcar function sequence  @defun mapcar function sequence
756    @anchor{Definition of mapcar}
757  @code{mapcar} applies @var{function} to each element of @var{sequence}  @code{mapcar} applies @var{function} to each element of @var{sequence}
758  in turn, and returns a list of the results.  in turn, and returns a list of the results.
759    

Legend:
Removed from v.1.23.2.1  
changed lines
  Added in v.1.23.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26