aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDrew Adams2017-07-28 10:47:20 +0300
committerEli Zaretskii2017-07-28 10:47:20 +0300
commit353dbbb6682e287fbe8936ca65277af709b90817 (patch)
treef26f93032eadb5c99c569a70483a91e88189c144 /etc
parent955e0cbb32225a53ac8b5b8f2235fb251d83f49e (diff)
downloademacs-353dbbb6682e287fbe8936ca65277af709b90817.tar.gz
emacs-353dbbb6682e287fbe8936ca65277af709b90817.zip
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
590properties as intact as possible. 590properties as intact as possible.
591 591
592+++ 592+++
593** New commands 'apropos-local-variable' and 'apropos-local-value.
594These are buffer-local versions of 'apropos-variable' and
595'apropos-value', respectively. They show buffer-local variables whose
596names and values, respectively, match a given pattern.
597
598+++
593** More user control of reordering bidirectional text for display. 599** More user control of reordering bidirectional text for display.
594The two new variables, 'bidi-paragraph-start-re' and 600The two new variables, 'bidi-paragraph-start-re' and
595'bidi-paragraph-separate-re', allow customization of what exactly are 601'bidi-paragraph-separate-re', allow customization of what exactly are