diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2012-10-30 13:48:42 +0100 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2012-10-30 13:48:42 +0100 |
| commit | 87288971055247833c83fe13fecdf06fef95cee7 (patch) | |
| tree | f4b61b45e4c99b757c58f247ff1c7b7e756ce549 | |
| parent | 6ccc848cd85e75d77d6b11a46f5f23f860db9ff5 (diff) | |
| download | emacs-87288971055247833c83fe13fecdf06fef95cee7.tar.gz | |
* trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/trouble.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index ea5621e7ccf..c7cbc78f910 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-10-30 Michael Albinus <michael.albinus@gmx.de> + + * trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'. + 2012-10-29 Chong Yidong <cyd@gnu.org> * dired.texi (Shell Commands in Dired): Document changes to the diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 1c45287cdaa..fc99ff3d7bf 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -481,7 +481,8 @@ Instead of browsing the bug tracker as a webpage, you can browse it from Emacs using the @code{debbugs} package, which can be downloaded via the Package Menu (@pxref{Packages}). This package provides the command @kbd{M-x debbugs-gnu} to list bugs, and @kbd{M-x -debbugs-gnu-search} to search for a specific bug. +debbugs-gnu-search} to search for a specific bug. User tags, applied +by the Emacs maintainers, are shown by @kbd{M-x debbugs-gnu-usertags}. @item The @samp{bug-gnu-emacs} mailing list (also available as the newsgroup |
