summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDrew Adams <drew.adams@oracle.com>2017-07-28 10:47:20 +0300
committerEli Zaretskii <eliz@gnu.org>2017-07-28 10:47:20 +0300
commit353dbbb6682e287fbe8936ca65277af709b90817 (patch)
treef26f93032eadb5c99c569a70483a91e88189c144 /etc
parent955e0cbb32225a53ac8b5b8f2235fb251d83f49e (diff)
downloademacs-353dbbb6682e287fbe8936ca65277af709b90817.tar.gz
New commands 'apropos-local-variable', 'apropos-local-value'
* lisp/apropos.el (apropos-local-variable, apropos-local-value): New functions. (Bug#27424) * doc/emacs/help.texi (Apropos): Document 'apropos-local-variable' and 'apropos-local-value'. * etc/NEWS: Mention the new commands.
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 f43491b6306..a7800feed1f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -590,6 +590,12 @@ different buffer while keeping point, mark, markers, and text
properties as intact as possible.
+++
+** New commands 'apropos-local-variable' and 'apropos-local-value.
+These are buffer-local versions of 'apropos-variable' and
+'apropos-value', respectively. They show buffer-local variables whose
+names and values, respectively, match a given pattern.
+
++++
** More user control of reordering bidirectional text for display.
The two new variables, 'bidi-paragraph-start-re' and
'bidi-paragraph-separate-re', allow customization of what exactly are