diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2013-08-06 20:33:14 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2013-08-06 20:33:14 +0400 |
commit | ed4fd9c52765d5f0aa411eecd563143c38d547ba (patch) | |
tree | 54547c91f2e5abdf08e8f917ba50e03ad338d31e /etc/NEWS | |
parent | 2878ba7ef3225a7946c72ef6346467f35c453347 (diff) | |
download | emacs-ed4fd9c52765d5f0aa411eecd563143c38d547ba.tar.gz |
* lisp/files.el (cache-long-line-scans): Make
obsolete alias to `cache-long-scans'.
* etc/NEWS: Mention `cache-long-scans'.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ pkg-config is required to find ImageMagick libraries. ** Key ? also describes prefix bindings like C-h. +++ +** `cache-long-line-scans' has been renamed to `cache-long-scans' +because it affects caching of paragraph scanning results as well. + ++++ ** `apropos-variable' is now `apropos-user-option' `apropos-user-option' shows all user options while `apropos-variable' shows all variables. When called with a universal prefix argument, |