diff options
| author | Eli Zaretskii | 2016-01-16 15:56:50 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-16 15:56:50 +0200 |
| commit | 8515727358110eb6a49579d65d2b684097e79f0c (patch) | |
| tree | 4dab23642c10b2555548024713666a4abd57835c /etc | |
| parent | 5409aca9afdba0f8554163b63526a6b831879700 (diff) | |
| download | emacs-8515727358110eb6a49579d65d2b684097e79f0c.tar.gz emacs-8515727358110eb6a49579d65d2b684097e79f0c.zip | |
Document renaming of selection-related functions
* doc/lispref/frames.texi (Window System Selections): Rename "x-*"
functions into the corresponding "gui-*" functions. Make the
description slightly less X-centric.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1431,7 +1431,8 @@ evaluated (and should return a string) when the closure is built. | |||
| 1431 | +++ | 1431 | +++ |
| 1432 | ** New function `macroexpand-1' to perform a single step of macro expansion. | 1432 | ** New function `macroexpand-1' to perform a single step of macro expansion. |
| 1433 | 1433 | ||
| 1434 | ** Some "x-*" were obsoleted: | 1434 | +++ |
| 1435 | ** Some "x-*" functions were obsoleted and/or renamed: | ||
| 1435 | *** x-select-text is renamed gui-select-text. | 1436 | *** x-select-text is renamed gui-select-text. |
| 1436 | *** x-selection-value is renamed gui-selection-value. | 1437 | *** x-selection-value is renamed gui-selection-value. |
| 1437 | *** x-get-selection is renamed gui-get-selection. | 1438 | *** x-get-selection is renamed gui-get-selection. |