summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-11-23 20:44:37 +0200
committerJuri Linkov <juri@linkov.net>2022-11-23 20:44:37 +0200
commit21b387c39bd9cf07cddd50d092b5a5bec03ecd1d (patch)
treef7eebbe71c318873bc178fac660b9db1f0d6fe9f /etc/NEWS
parenta3fcc4ed0fa8a14d151620eccc0490b1a83dbf77 (diff)
downloademacs-21b387c39bd9cf07cddd50d092b5a5bec03ecd1d.tar.gz
New commands previous-line-completion and next-line-completion (bug#59486)
* lisp/simple.el (completion-list-mode-map): Bind [up] to 'previous-line-completion', and [down] to 'next-line-completion'. (completion-auto-wrap): Mention `next-line-completion' and `previous-line-completion' in the docstring. (previous-line-completion, next-line-completion): New commands.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5a65896..d235a78 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1757,9 +1757,10 @@ the second one will switch to the "*Completions*" buffer.
---
*** New user option 'completion-auto-wrap'.
-When non-nil, the commands 'next-completion' and 'previous-completion'
-automatically wrap around on reaching the beginning or the end of
-the "*Completions*" buffer.
+When non-nil, the commands 'next-completion', 'previous-completion',
+'next-line-completion' and 'previous-line-completion' automatically
+wrap around on reaching the beginning or the end of the "*Completions*"
+buffer.
+++
*** New values for the 'completion-auto-help' user option.