diff options
| author | Stefan Monnier | 2011-03-31 00:24:03 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-03-31 00:24:03 -0400 |
| commit | 40d83b412f584cc02e68d4eac8fd5e6eb769e2fe (patch) | |
| tree | b56f27a7e6d75a8c1fd27b00179a27b5efea0a32 /doc/misc | |
| parent | f488fb6528738131ef41859e1f04125f2e50efce (diff) | |
| parent | 44f230aa043ebb222aa0876b44d70484d5dd38db (diff) | |
| download | emacs-40d83b412f584cc02e68d4eac8fd5e6eb769e2fe.tar.gz emacs-40d83b412f584cc02e68d4eac8fd5e6eb769e2fe.zip | |
Merge from trunk
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 50f0e4e45b9..1c29d2598a8 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-03-19 Antoine Levitt <antoine.levitt@gmail.com> | ||
| 2 | |||
| 3 | * gnus.texi (Listing Groups): Document gnus-group-list-ticked | ||
| 4 | |||
| 1 | 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com> | 5 | 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 6 | ||
| 3 | * calc.texi (Logarithmic Units): Update the function names. | 7 | * calc.texi (Logarithmic Units): Update the function names. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index b55452cfa82..9771392f0cc 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -3320,6 +3320,11 @@ List all groups with cached articles (@code{gnus-group-list-cached}). | |||
| 3320 | @findex gnus-group-list-dormant | 3320 | @findex gnus-group-list-dormant |
| 3321 | List all groups with dormant articles (@code{gnus-group-list-dormant}). | 3321 | List all groups with dormant articles (@code{gnus-group-list-dormant}). |
| 3322 | 3322 | ||
| 3323 | @item A ! | ||
| 3324 | @kindex A ! (Group) | ||
| 3325 | @findex gnus-group-list-ticked | ||
| 3326 | List all groups with ticked articles (@code{gnus-group-list-ticked}). | ||
| 3327 | |||
| 3323 | @item A / | 3328 | @item A / |
| 3324 | @kindex A / (Group) | 3329 | @kindex A / (Group) |
| 3325 | @findex gnus-group-list-limit | 3330 | @findex gnus-group-list-limit |