diff options
| author | Bastien Guerry | 2013-01-07 23:00:55 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2013-01-07 23:00:55 +0100 |
| commit | acfe10b71c260718f72445cd984327c1d96063ab (patch) | |
| tree | 46b774b32c4625c8b0a4991485d48ffc0ef0fbfc /doc | |
| parent | 62bcf6709991d2c5dda92dc931e308f7e040c123 (diff) | |
| download | emacs-acfe10b71c260718f72445cd984327c1d96063ab.tar.gz emacs-acfe10b71c260718f72445cd984327c1d96063ab.zip | |
Introduce `apropos-user-option' and update `apropos-variable'. (Bug#13276)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/help.texi | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 601949af88e..1b5bdc8fb53 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-01-07 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * help.texi (Apropos): Document `apropos-user-option' and update | ||
| 4 | the doc for `apropos-variable'. | ||
| 5 | |||
| 1 | 2013-01-05 Glenn Morris <rgm@gnu.org> | 6 | 2013-01-05 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * text.texi (HTML Mode): Remove deleted nxml C-RET binding. | 8 | * text.texi (HTML Mode): Remove deleted nxml C-RET binding. |
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 0a0a3865d2d..75b250d0f40 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -295,11 +295,16 @@ search for noninteractive functions too. | |||
| 295 | Search for functions and variables. Both interactive functions | 295 | Search for functions and variables. Both interactive functions |
| 296 | (commands) and noninteractive functions can be found by this. | 296 | (commands) and noninteractive functions can be found by this. |
| 297 | 297 | ||
| 298 | @item M-x apropos-variable | 298 | @item M-x apropos-user-option |
| 299 | @findex apropos-variable | 299 | @findex apropos-user-option |
| 300 | Search for user-customizable variables. With a prefix argument, | 300 | Search for user-customizable variables. With a prefix argument, |
| 301 | search for non-customizable variables too. | 301 | search for non-customizable variables too. |
| 302 | 302 | ||
| 303 | @item M-x apropos-variable | ||
| 304 | @findex apropos-variable | ||
| 305 | Search for variables. With a prefix argument, search for | ||
| 306 | customizable variables only. | ||
| 307 | |||
| 303 | @item M-x apropos-value | 308 | @item M-x apropos-value |
| 304 | @findex apropos-value | 309 | @findex apropos-value |
| 305 | Search for variables whose values match the specified pattern. With a | 310 | Search for variables whose values match the specified pattern. With a |