aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBastien Guerry2013-01-07 23:00:55 +0100
committerBastien Guerry2013-01-07 23:00:55 +0100
commitacfe10b71c260718f72445cd984327c1d96063ab (patch)
tree46b774b32c4625c8b0a4991485d48ffc0ef0fbfc /doc
parent62bcf6709991d2c5dda92dc931e308f7e040c123 (diff)
downloademacs-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/ChangeLog5
-rw-r--r--doc/emacs/help.texi9
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 @@
12013-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
12013-01-05 Glenn Morris <rgm@gnu.org> 62013-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.
295Search for functions and variables. Both interactive functions 295Search 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
300Search for user-customizable variables. With a prefix argument, 300Search for user-customizable variables. With a prefix argument,
301search for non-customizable variables too. 301search for non-customizable variables too.
302 302
303@item M-x apropos-variable
304@findex apropos-variable
305Search for variables. With a prefix argument, search for
306customizable variables only.
307
303@item M-x apropos-value 308@item M-x apropos-value
304@findex apropos-value 309@findex apropos-value
305Search for variables whose values match the specified pattern. With a 310Search for variables whose values match the specified pattern. With a