emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/lispref/symbols.texi
diff -c emacs/lispref/symbols.texi:1.17.8.4 emacs/lispref/symbols.texi:1.17.8.5
*** emacs/lispref/symbols.texi:1.17.8.4 Thu Feb  5 14:48:47 2004
--- emacs/lispref/symbols.texi  Tue Jul  6 10:20:18 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/symbols
--- 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, 2003
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/symbols
***************
*** 360,367 ****
  @code{read}.
  @end defvar
  
- @anchor{Definition of mapatoms}
  @defun mapatoms function &optional obarray
  This function calls @var{function} once with each symbol in the obarray
  @var{obarray}.  Then it returns @code{nil}.  If @var{obarray} is
  omitted, it defaults to the value of @code{obarray}, the standard
--- 360,367 ----
  @code{read}.
  @end defvar
  
  @defun mapatoms function &optional obarray
+ @anchor{Definition of mapatoms}
  This function calls @var{function} once with each symbol in the obarray
  @var{obarray}.  Then it returns @code{nil}.  If @var{obarray} is
  omitted, it defaults to the value of @code{obarray}, the standard




reply via email to

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