[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/minibuf.texi
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/minibuf.texi |
Date: |
Mon, 26 Dec 2005 15:57:37 +0000 |
Index: emacs/lispref/minibuf.texi
diff -u emacs/lispref/minibuf.texi:1.72 emacs/lispref/minibuf.texi:1.73
--- emacs/lispref/minibuf.texi:1.72 Fri Dec 16 23:22:50 2005
+++ emacs/lispref/minibuf.texi Mon Dec 26 15:57:37 2005
@@ -768,13 +768,13 @@
bound to the value of @code{completion-ignore-case}.
@end defvar
address@hidden lazy-completion-table var fun &rest args
address@hidden lazy-completion-table var fun
This macro provides a way to initialize the variable @var{var} as a
collection for completion in a lazy way, not computing its actual
contents until they are first needed. You use this macro to produce a
value that you store in @var{var}. The actual computation of the
proper value is done the first time you do completion using @var{var}.
-It is done by calling @var{fun} with the arguments @var{args}. The
+It is done by calling @var{fun} with no arguments. The
value @var{fun} returns becomes the permanent value of @var{var}.
Here are two examples of use:
- [Emacs-diffs] Changes to emacs/lispref/minibuf.texi, Richard M . Stallman, 2005/12/08
- [Emacs-diffs] Changes to emacs/lispref/minibuf.texi, Luc Teirlinck, 2005/12/08
- [Emacs-diffs] Changes to emacs/lispref/minibuf.texi, Juri Linkov, 2005/12/11
- [Emacs-diffs] Changes to emacs/lispref/minibuf.texi, Juri Linkov, 2005/12/16
- [Emacs-diffs] Changes to emacs/lispref/minibuf.texi, Richard M. Stallman, 2005/12/16
- [Emacs-diffs] Changes to emacs/lispref/minibuf.texi,
Stefan Monnier <=
- [Emacs-diffs] Changes to emacs/lispref/minibuf.texi, Luc Teirlinck, 2005/12/28