bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#12850: [PATCH] Re: bug#12850: 24.2; wrong doc for metadata


From: Leo
Subject: bug#12850: [PATCH] Re: bug#12850: 24.2; wrong doc for metadata
Date: Sat, 10 Nov 2012 10:20:05 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (OS X 10.8.2)

On 2012-11-10 09:46 +0800, Leo wrote:
> It seems the function should return '(meta . ALIST).

something like:


=== modified file 'doc/lispref/minibuf.texi'
--- doc/lispref/minibuf.texi    2012-10-27 05:03:52 +0000
+++ doc/lispref/minibuf.texi    2012-11-10 02:18:06 +0000
@@ -1710,8 +1710,9 @@
 
 @item metadata
 This specifies a request for information about the state of the
-current completion.  The function should return an alist, as described
-below.  The alist may contain any number of elements.
+current completion.  The function should return @code{(metadata
+. @var{alist})}, where @var{alist} is described below.  The
+@var{alist} may contain any number of elements.
 @end table
 
 @noindent







reply via email to

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