diff options
| author | Glenn Morris | 2012-11-17 15:24:36 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-17 15:24:36 -0800 |
| commit | e3369c41e6b2af7c2d77e67974e210c27c635c54 (patch) | |
| tree | e7b643d9afbd867e656096f262ab4d7e21aea4ba | |
| parent | a045a16773e4953e2a68f060f9245d044ee5e345 (diff) | |
| download | emacs-e3369c41e6b2af7c2d77e67974e210c27c635c54.tar.gz emacs-e3369c41e6b2af7c2d77e67974e210c27c635c54.zip | |
Add some cindex entries for previous change
| -rw-r--r-- | doc/lispref/minibuf.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 2c0fcc88f56..120d84531f6 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -893,6 +893,8 @@ Here is an example: | |||
| 893 | @findex completion-table-subvert | 893 | @findex completion-table-subvert |
| 894 | @findex completion-table-with-predicate | 894 | @findex completion-table-with-predicate |
| 895 | @findex completion-table-with-terminator | 895 | @findex completion-table-with-terminator |
| 896 | @cindex completion table, modifying | ||
| 897 | @cindex completion tables, combining | ||
| 896 | There are several functions that take an existing completion table and | 898 | There are several functions that take an existing completion table and |
| 897 | return a modified version. @code{completion-table-case-fold} returns | 899 | return a modified version. @code{completion-table-case-fold} returns |
| 898 | a case-insensitive table. @code{completion-table-in-turn} combines | 900 | a case-insensitive table. @code{completion-table-in-turn} combines |