diff options
author | Tassilo Horn <tsdh@gnu.org> | 2021-05-19 21:21:03 +0200 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2021-05-19 21:21:03 +0200 |
commit | 6ae3f7e889434eb8f76cc376d2939c66eb470855 (patch) | |
tree | e3820e9374688888c62a5f253b56728aa2a5deca /doc/emacs/emacs.texi | |
parent | 1f0f922ef279e29bc91642f4e8ff2b552064d07f (diff) | |
download | emacs-6ae3f7e889434eb8f76cc376d2939c66eb470855.tar.gz emacs-6ae3f7e889434eb8f76cc376d2939c66eb470855.tar.bz2 emacs-6ae3f7e889434eb8f76cc376d2939c66eb470855.zip |
Add a section about bug-reference-mode.
* doc/emacs/maintaining.texi (Maintaining): Add a section about
bug-reference-mode.
* doc/emacs/emacs.texi (Top): Link to the new section about
bug-reference-mode.
Diffstat (limited to 'doc/emacs/emacs.texi')
-rw-r--r-- | doc/emacs/emacs.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index e0de3bb43aa..9f64456a103 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -795,6 +795,8 @@ Maintaining Large Programs @ifnottex * Emerge:: A convenient way of merging two versions of a program. @end ifnottex +* Bug Reference:: Highlighting references to bug reports and browsing + them in their issue trackers. Version Control |