aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-02-13 11:02:28 +0200
committerEli Zaretskii2016-02-13 11:02:28 +0200
commitd97f522d3d3fa18eba2962d53e6c197ace938cc2 (patch)
tree24aff6f4bf881cd60e68bbd014d36d1e8760a286 /etc
parentb55f06d83d0b59524405213eb6e26e85d4c8599c (diff)
downloademacs-d97f522d3d3fa18eba2962d53e6c197ace938cc2.tar.gz
emacs-d97f522d3d3fa18eba2962d53e6c197ace938cc2.zip
Document deprecation of hi-lock-mode's 'C-x w' bindings
* doc/emacs/display.texi (Highlight Interactively): Deprecate the "C-x w" bindings of hi-lock-mode. * etc/NEWS: Mark the deprecation entry as documented.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4eec4a6642f..f4ea3a05ab2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -321,6 +321,7 @@ default.
321unsaved customizations and prompts user to customize (if found). It 321unsaved customizations and prompts user to customize (if found). It
322is intended for adding to 'kill-emacs-query-functions'. 322is intended for adding to 'kill-emacs-query-functions'.
323 323
324+++
324** The old `C-x w' bindings in hi-lock-mode are officially deprecated 325** The old `C-x w' bindings in hi-lock-mode are officially deprecated
325in favor of the global `M-s h' bindings introduced in Emacs-23.1. 326in favor of the global `M-s h' bindings introduced in Emacs-23.1.
326They'll disappear soon. 327They'll disappear soon.