diff options
| author | Xue Fuqiao | 2014-02-28 11:04:12 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2014-02-28 11:04:12 +0800 |
| commit | 4f07dcdce61f54524a8efe63493e5db6e605dd2d (patch) | |
| tree | 8a08b2f15e0607e108b70758734bb35171342277 /etc | |
| parent | 0a4d25e5d249d35a08959a2775229fef804e9edc (diff) | |
| parent | 0fcfa97418aa7e7fa42887507e25b9bdf150cc66 (diff) | |
| download | emacs-4f07dcdce61f54524a8efe63493e5db6e605dd2d.tar.gz emacs-4f07dcdce61f54524a8efe63493e5db6e605dd2d.zip | |
Document `prettify-symbols-mode' and `global-prettify-symbols-mode'.
* doc/emacs/emacs.texi (Top):
* doc/emacs/programs.texi (Programs, Prettifying Symbols):
Document `prettify-symbols-mode' and `global-prettify-symbols-mode'.
* etc/NEWS: Markup changes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1185,6 +1185,7 @@ as a function to call to provide default values. | |||
| 1185 | The default `crm-separator' has been changed to allow surrounding spaces | 1185 | The default `crm-separator' has been changed to allow surrounding spaces |
| 1186 | around the comma. | 1186 | around the comma. |
| 1187 | 1187 | ||
| 1188 | --- | ||
| 1188 | *** The `common-substring' argument of `display-completion-list', | 1189 | *** The `common-substring' argument of `display-completion-list', |
| 1189 | which has been documented as obsolete since Emacs 23.1, is now _really_ | 1190 | which has been documented as obsolete since Emacs 23.1, is now _really_ |
| 1190 | obsolete, and no longer advertised. Instead use either | 1191 | obsolete, and no longer advertised. Instead use either |
| @@ -1200,6 +1201,7 @@ to add the highlight. | |||
| 1200 | *** New function `completion-table-merge' to combine several | 1201 | *** New function `completion-table-merge' to combine several |
| 1201 | completion tables by merging their completions. | 1202 | completion tables by merging their completions. |
| 1202 | 1203 | ||
| 1204 | +++ | ||
| 1203 | ** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode' | 1205 | ** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode' |
| 1204 | display specified symbols as composed characters. E.g., in Emacs Lisp mode, | 1206 | display specified symbols as composed characters. E.g., in Emacs Lisp mode, |
| 1205 | this replaces the string "lambda" with the Greek lambda character. | 1207 | this replaces the string "lambda" with the Greek lambda character. |