diff options
| author | Drew Adams | 2017-07-28 10:47:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-07-28 10:47:20 +0300 |
| commit | 353dbbb6682e287fbe8936ca65277af709b90817 (patch) | |
| tree | f26f93032eadb5c99c569a70483a91e88189c144 /doc | |
| parent | 955e0cbb32225a53ac8b5b8f2235fb251d83f49e (diff) | |
| download | emacs-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.texi | 9 |
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. | |||
| 320 | Search for variables. With a prefix argument, search for | 320 | Search for variables. With a prefix argument, search for |
| 321 | customizable variables only. | 321 | customizable variables only. |
| 322 | 322 | ||
| 323 | @item M-x apropos-local-variable | ||
| 324 | @findex apropos-local-variable | ||
| 325 | Search 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 |
| 325 | Search for variables whose values match the specified pattern. With a | 329 | Search for variables whose values match the specified pattern. With a |
| 326 | prefix argument, search also for functions with definitions matching | 330 | prefix argument, search also for functions with definitions matching |
| 327 | the pattern, and Lisp symbols with properties matching the pattern. | 331 | the pattern, and Lisp symbols with properties matching the pattern. |
| 328 | 332 | ||
| 333 | @item M-x apropos-local-value | ||
| 334 | @findex apropos-local-value | ||
| 335 | Search for buffer-local variables whose values match the specified | ||
| 336 | pattern. | ||
| 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 |