]> git.eshelyaron.com Git - emacs.git/commitdiff
* minibuf.texi (Programmed Completion): Doc fix for metadata request.
authorLeo Liu <sdl.web@gmail.com>
Sat, 17 Nov 2012 07:45:52 +0000 (15:45 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 17 Nov 2012 07:45:52 +0000 (15:45 +0800)
Fixes: debbugs:12850
doc/lispref/ChangeLog
doc/lispref/minibuf.texi

index 32aca367546e4816ab74973001f3c6891c6f3e7f..3aa947d22b79f3c060148e77a8c18fd669a85fb7 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-17  Leo Liu  <sdl.web@gmail.com>
+
+       * minibuf.texi (Programmed Completion): Doc fix for metadata
+       request (Bug#12850).
+
 2012-11-17  Glenn Morris  <rgm@gnu.org>
 
        * display.texi (Temporary Displays): Document with-temp-buffer-window.
index 7243f46b88261bf8f6bbc13df3121a89aff03233..d1cc33b9f070fdcafde646137ec921bbc3b318c6 100644 (file)
@@ -1710,8 +1710,9 @@ string, and @var{end} is the position of the end boundary in
 
 @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 return value should have the form
+@code{(metadata . @var{alist})}, where @var{alist} is an alist whose
+elements are described below.
 @end table
 
 @noindent