summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2019-05-15 20:29:38 -0400
committerNoam Postavsky <npostavs@gmail.com>2019-05-21 07:37:22 -0400
commit400907b3c1d94359dda38ad5f416829567d6e478 (patch)
tree92330411886d2c2a667d7e41b9205b4ee8a9b9aa /etc
parent122ba1689046c53535b4d6c5142cfd81752808d0 (diff)
downloademacs-400907b3c1d94359dda38ad5f416829567d6e478.tar.gz
Add option to disable help completion autoloading (Bug#28607)
* lisp/help-fns.el (help-enable-completion-auto-load): New option. (help--symbol-completion-table): Consult it. * doc/emacs/building.texi (Lisp Libraries): Document it. * etc/NEWS: Announce it. * doc/lispref/loading.texi (Autoload by Prefix): New section. (Autoload): Reference it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 573c8236b23..1b668628413 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -24,6 +24,12 @@ with a prefix argument or by typing 'C-u C-h C-n'.
* Changes in Emacs 26.3
++++
+** New option 'help-enable-completion-auto-load'.
+This allows disabling the new feature introduced in Emacs 26.1 which
+loads files during completion of 'C-h f' and 'C-h v' according to
+'definition-prefixes'.
+
* Editing Changes in Emacs 26.3