diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2015-06-26 08:16:04 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2015-06-26 08:16:04 +0800 |
commit | 99ad90dcb1beccde926d9b6475a393c6f8743f5c (patch) | |
tree | 02bc8fe540ccf222fa4fa14da2fc52426670ebf4 | |
parent | 4570918dff2f3899c592463f151e55c5a715e856 (diff) | |
download | emacs-99ad90dcb1beccde926d9b6475a393c6f8743f5c.tar.gz emacs-99ad90dcb1beccde926d9b6475a393c6f8743f5c.tar.bz2 emacs-99ad90dcb1beccde926d9b6475a393c6f8743f5c.zip |
* doc/emacs/help.texi (Apropos):
Improve documentation of 'apropos-do-all'.
-rw-r--r-- | doc/emacs/help.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 746c51e33f0..b3ff0517e13 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -359,8 +359,11 @@ view, describe, default. @end quotation @vindex apropos-do-all - If the variable @code{apropos-do-all} is non-@code{nil}, the apropos -commands always behave as if they had been given a prefix argument. + If the variable @code{apropos-do-all} is non-@code{nil}, most +apropos commands behave as if they had been given a prefix +argument. There is one exception: @code{apropos-variable} without a +prefix argument will always search for all variables, no matter what +the value of @code{apropos-do-all} is. @vindex apropos-sort-by-scores @cindex apropos search results, order by score |