Changeset 4220 for trunk/lispref/functions.texi
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/lispref/functions.texi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/functions.texi
r4200 r4220 2 2 @c This is part of the GNU Emacs Lisp Reference Manual. 3 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 4 @c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.4 @c 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5 5 @c See the file elisp.texi for copying conditions. 6 6 @setfilename ../info/functions … … 1327 1327 See @ref{Interactive Call}. 1328 1328 1329 @item called-interactively-p 1330 See @ref{Distinguish Interactive}. 1331 1329 1332 @item commandp 1330 1333 See @ref{Interactive Call}. … … 1352 1355 1353 1356 @item interactive-p 1354 See @ref{ Interactive Call}.1357 See @ref{Distinguish Interactive}. 1355 1358 1356 1359 @item mapatoms
