aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDrew Adams2017-07-28 10:47:20 +0300
committerEli Zaretskii2017-07-28 10:47:20 +0300
commit353dbbb6682e287fbe8936ca65277af709b90817 (patch)
treef26f93032eadb5c99c569a70483a91e88189c144 /doc
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 'doc')
-rw-r--r--doc/emacs/help.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index fd6df1c7e53..460ced0d21c 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -320,12 +320,21 @@ search for non-customizable variables too.
320Search for variables. With a prefix argument, search for 320Search for variables. With a prefix argument, search for
321customizable variables only. 321customizable variables only.
322 322
323@item M-x apropos-local-variable
324@findex apropos-local-variable
325Search for buffer-local variables.
326
323@item M-x apropos-value 327@item M-x apropos-value
324@findex apropos-value 328@findex apropos-value
325Search for variables whose values match the specified pattern. With a 329Search for variables whose values match the specified pattern. With a
326prefix argument, search also for functions with definitions matching 330prefix argument, search also for functions with definitions matching
327the pattern, and Lisp symbols with properties matching the pattern. 331the pattern, and Lisp symbols with properties matching the pattern.
328 332
333@item M-x apropos-local-value
334@findex apropos-local-value
335Search for buffer-local variables whose values match the specified
336pattern.
337
329@item C-h d 338@item C-h d
330@kindex C-h d 339@kindex C-h d
331@findex apropos-documentation 340@findex apropos-documentation