diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 37ad89dfacb..1026215a46b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2012-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org> + + * gnus.texi (Group Timestamp): Mention where to find documentation for + the `gnus-tmp-' variables (bug#11601). + 2012-06-11 Michael Albinus <michael.albinus@gmx.de> Sync with Tramp 2.2.6-pre. diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index b0839906df5..71a06d4461a 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -4588,6 +4588,11 @@ trick: ""))) @end lisp +To see what variables are dynamically bound (like +@code{gnus-tmp-group}), you have to look at the source code. The +variable names aren't guaranteed to be stable over Gnus versions, +either. + @node File Commands @subsection File Commands |
