aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-16 15:56:50 +0200
committerEli Zaretskii2016-01-16 15:56:50 +0200
commit8515727358110eb6a49579d65d2b684097e79f0c (patch)
tree4dab23642c10b2555548024713666a4abd57835c /etc
parent5409aca9afdba0f8554163b63526a6b831879700 (diff)
downloademacs-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/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9a107f816ef..eac5b7e60f9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.