emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi
Date: Wed, 28 Dec 2005 17:18:38 +0000

Index: emacs/lispref/minibuf.texi
diff -u emacs/lispref/minibuf.texi:1.73 emacs/lispref/minibuf.texi:1.74
--- emacs/lispref/minibuf.texi:1.73     Mon Dec 26 15:57:37 2005
+++ emacs/lispref/minibuf.texi  Wed Dec 28 17:18:38 2005
@@ -777,13 +777,10 @@
 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:
+Here is an example of use:
 
 @smallexample
-(defvar foo (lazy-completion-table foo make-my-alist 'global))
-
-(make-local-variable 'bar)
-(setq bar (lazy-completion-table foo make-my-alist 'local)
+(defvar foo (lazy-completion-table foo make-my-alist))
 @end smallexample
 @end defmac
 
@@ -954,7 +951,7 @@
 feedback.  This is not needed in the minibuffer; for minibuffer
 completion, you can pass @code{nil}.
 
-This function is called by @code{minibuffer-completion-help}.  The 
+This function is called by @code{minibuffer-completion-help}.  The
 most common way to use it is together with
 @code{with-output-to-temp-buffer}, like this:
 




reply via email to

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