diff options
| author | Glenn Morris | 2014-02-27 00:01:22 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-27 00:01:22 -0800 |
| commit | ea7826ba52b21e97c27ccf4859eaeb8dca61319b (patch) | |
| tree | c9326adac81b8bfca0411ea1cd85972c4fec3c5d /etc | |
| parent | d926361813de2d50b42e63f1b9b603220ead6c7d (diff) | |
| download | emacs-ea7826ba52b21e97c27ccf4859eaeb8dca61319b.tar.gz emacs-ea7826ba52b21e97c27ccf4859eaeb8dca61319b.zip | |
Small doc related to new completion functions
* doc/lispref/minibuf.texi (Programmed Completion):
Mention completion-table-with-cache.
* lisp/minibuffer.el (completion-table-dynamic)
(completion-table-with-cache): Doc fixes.
* etc/NEWS: Related markup. Unrelated copyedit.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -1183,15 +1183,17 @@ Either use `completion-all-completions', which returns highlighted | |||
| 1183 | strings (including for partial or substring completion), or call | 1183 | strings (including for partial or substring completion), or call |
| 1184 | `completion-hilit-commonality' to add the highlight. | 1184 | `completion-hilit-commonality' to add the highlight. |
| 1185 | 1185 | ||
| 1186 | +++ | ||
| 1186 | *** New function `completion-table-with-cache' is a wrapper for | 1187 | *** New function `completion-table-with-cache' is a wrapper for |
| 1187 | `completion-table-dynamic' that caches the result of the last lookup. | 1188 | `completion-table-dynamic' that caches the result of the last lookup. |
| 1188 | 1189 | ||
| 1190 | +++ | ||
| 1189 | *** New function `completion-table-merge' to combine several | 1191 | *** New function `completion-table-merge' to combine several |
| 1190 | completion tables by merging their completions. | 1192 | completion tables by merging their completions. |
| 1191 | 1193 | ||
| 1192 | ** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode' | 1194 | ** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode' |
| 1193 | let you enable symbol prettification (replacing a string like "lambda" with | 1195 | display specified symbols as composed characters. E.g., in Emacs Lisp mode, |
| 1194 | the Greek lambda character). | 1196 | this replaces the string "lambda" with the Greek lambda character. |
| 1195 | 1197 | ||
| 1196 | ** Terminal changes | 1198 | ** Terminal changes |
| 1197 | 1199 | ||