aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu2012-11-17 15:45:52 +0800
committerChong Yidong2012-11-17 15:45:52 +0800
commit74ca4d394be5ea982419b5a0203426b78cb5cc0c (patch)
treee537c688feb0ce3600d550da4268544487c86170
parentec6f8ce637707a932574eeddfb543f0fb816f867 (diff)
downloademacs-74ca4d394be5ea982419b5a0203426b78cb5cc0c.tar.gz
emacs-74ca4d394be5ea982419b5a0203426b78cb5cc0c.zip
* minibuf.texi (Programmed Completion): Doc fix for metadata request.
Fixes: debbugs:12850
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/minibuf.texi5
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 32aca367546..3aa947d22b7 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12012-11-17 Leo Liu <sdl.web@gmail.com>
2
3 * minibuf.texi (Programmed Completion): Doc fix for metadata
4 request (Bug#12850).
5
12012-11-17 Glenn Morris <rgm@gnu.org> 62012-11-17 Glenn Morris <rgm@gnu.org>
2 7
3 * display.texi (Temporary Displays): Document with-temp-buffer-window. 8 * display.texi (Temporary Displays): Document with-temp-buffer-window.
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index 7243f46b882..d1cc33b9f07 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -1710,8 +1710,9 @@ string, and @var{end} is the position of the end boundary in
1710 1710
1711@item metadata 1711@item metadata
1712This specifies a request for information about the state of the 1712This specifies a request for information about the state of the
1713current completion. The function should return an alist, as described 1713current completion. The return value should have the form
1714below. The alist may contain any number of elements. 1714@code{(metadata . @var{alist})}, where @var{alist} is an alist whose
1715elements are described below.
1715@end table 1716@end table
1716 1717
1717@noindent 1718@noindent