diff options
| author | Juanma Barranquero | 2010-05-31 00:50:31 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-05-31 00:50:31 +0200 |
| commit | 7f4b42492c02d2ad57d65734c6047966e00d911c (patch) | |
| tree | 5550aff9aa9ab900ee15d5e29586c58680b24a41 /doc | |
| parent | 637821cd30f9bd3b523d032e2dda22ffee853d51 (diff) | |
| download | emacs-7f4b42492c02d2ad57d65734c6047966e00d911c.tar.gz emacs-7f4b42492c02d2ad57d65734c6047966e00d911c.zip | |
doc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/minibuf.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f07fb257a35..ad8d1222827 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * minibuf.texi (Basic Completion): Add missing "@end defun". | ||
| 4 | |||
| 1 | 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * minibuf.texi (Basic Completion): Document completion-boundaries. | 7 | * minibuf.texi (Basic Completion): Document completion-boundaries. |
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 841c8823188..bfe73ce27f4 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -812,6 +812,7 @@ unpredictable. | |||
| 812 | If @var{collection} is a function, it is called with three arguments, | 812 | If @var{collection} is a function, it is called with three arguments, |
| 813 | the values @var{string}, @var{predicate} and @code{lambda}; whatever | 813 | the values @var{string}, @var{predicate} and @code{lambda}; whatever |
| 814 | it returns, @code{test-completion} returns in turn. | 814 | it returns, @code{test-completion} returns in turn. |
| 815 | @end defun | ||
| 815 | 816 | ||
| 816 | @defun completion-boundaries string collection predicate suffix | 817 | @defun completion-boundaries string collection predicate suffix |
| 817 | This function returns the boundaries of the field on which @var{collection} | 818 | This function returns the boundaries of the field on which @var{collection} |