diff options
| author | Noam Postavsky | 2018-03-15 07:42:40 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2018-03-23 08:19:42 -0400 |
| commit | 8c92a37cb4dd8e2d0adf1ce19f74c372e0ad2e42 (patch) | |
| tree | e40d58f1573dd4a2592541abf7d36acf09d0c595 | |
| parent | 10b1f2fdd5465407766790131b2ead3500d0798c (diff) | |
| download | emacs-8c92a37cb4dd8e2d0adf1ce19f74c372e0ad2e42.tar.gz emacs-8c92a37cb4dd8e2d0adf1ce19f74c372e0ad2e42.zip | |
* doc/emacs/trouble.texi: Fix location of `emacs-version' index.
| -rw-r--r-- | doc/emacs/trouble.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index c0dc3d472e3..fc9a64d375e 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi | |||
| @@ -594,7 +594,6 @@ with the manual, one of them must be wrong; that is a bug. | |||
| 594 | @cindex bug reporting | 594 | @cindex bug reporting |
| 595 | @cindex report an Emacs bug, how to | 595 | @cindex report an Emacs bug, how to |
| 596 | 596 | ||
| 597 | @findex emacs-version | ||
| 598 | When you decide that there is a bug, it is important to report it | 597 | When you decide that there is a bug, it is important to report it |
| 599 | and to report it in a way which is useful. What is most useful is an | 598 | and to report it in a way which is useful. What is most useful is an |
| 600 | exact description of what commands you type, starting with the shell | 599 | exact description of what commands you type, starting with the shell |
| @@ -717,6 +716,7 @@ should include all these things: | |||
| 717 | The version number of Emacs. Without this, we won't know whether there is any | 716 | The version number of Emacs. Without this, we won't know whether there is any |
| 718 | point in looking for the bug in the current version of GNU Emacs. | 717 | point in looking for the bug in the current version of GNU Emacs. |
| 719 | 718 | ||
| 719 | @findex emacs-version | ||
| 720 | @kbd{M-x report-emacs-bug} includes this information automatically, | 720 | @kbd{M-x report-emacs-bug} includes this information automatically, |
| 721 | but if you are not using that command for your report you can get the | 721 | but if you are not using that command for your report you can get the |
| 722 | version number by typing @kbd{M-x emacs-version @key{RET}}. If that | 722 | version number by typing @kbd{M-x emacs-version @key{RET}}. If that |