diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/minibuf.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 80427fd0984..2ae1faffc4e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-04-08 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * minibuf.texi (Programmed Completion): Improve phrasing, remove | ||
| 4 | incorrect bullet count. | ||
| 5 | |||
| 1 | 2014-04-07 Glenn Morris <rgm@gnu.org> | 6 | 2014-04-07 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * os.texi (Recording Input): Dribble files may contain passwords. | 8 | * os.texi (Recording Input): Dribble files may contain passwords. |
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index a55afb370c7..19f941ba68d 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -1734,7 +1734,7 @@ possible match, and ignore the match if the predicate returns | |||
| 1734 | 1734 | ||
| 1735 | @item | 1735 | @item |
| 1736 | A flag specifying the type of completion operation to perform. This | 1736 | A flag specifying the type of completion operation to perform. This |
| 1737 | is one of the following four values: | 1737 | flag may be one of the following values. |
| 1738 | 1738 | ||
| 1739 | @table @code | 1739 | @table @code |
| 1740 | @item nil | 1740 | @item nil |