diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/custom.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/trouble.texi | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 2e04a6b22d3..4fe7bbb275d 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -2676,7 +2676,7 @@ Note also that if neither the XDG location nor @file{~/.emacs.d} | |||
| 2676 | exist, then Emacs will create @file{~/.emacs.d} (and therefore use it | 2676 | exist, then Emacs will create @file{~/.emacs.d} (and therefore use it |
| 2677 | during subsequent invocations). | 2677 | during subsequent invocations). |
| 2678 | 2678 | ||
| 2679 | Emacs will set @var{user-emacs-directory} to the directory it decides | 2679 | Emacs will set @code{user-emacs-directory} to the directory it decides |
| 2680 | to use. | 2680 | to use. |
| 2681 | 2681 | ||
| 2682 | Although this is backward-compatible with older Emacs versions, modern | 2682 | Although this is backward-compatible with older Emacs versions, modern |
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 9cbcf206106..33f67f2b442 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi | |||
| @@ -1299,6 +1299,17 @@ emacs-devel mailing list}. | |||
| 1299 | @end ifhtml | 1299 | @end ifhtml |
| 1300 | You can ask for suggested projects or suggest your own ideas. | 1300 | You can ask for suggested projects or suggest your own ideas. |
| 1301 | 1301 | ||
| 1302 | If you have a feature request or a suggestion for how to improve | ||
| 1303 | Emacs, the best place to send it is to | ||
| 1304 | @ifnothtml | ||
| 1305 | @email{bug-gnu-emacs@@gnu.org} | ||
| 1306 | @end ifnothtml | ||
| 1307 | @ifhtml | ||
| 1308 | @url{https://lists.gnu.org/mailman/listinfo/bug-gnu-emacs, bug-gnu-emacs} | ||
| 1309 | @end ifhtml | ||
| 1310 | . Please explain as clearly as possible what change you would like to | ||
| 1311 | see, and why and how you think it would improve Emacs. | ||
| 1312 | |||
| 1302 | If you have already written an improvement, please tell us about it. If | 1313 | If you have already written an improvement, please tell us about it. If |
| 1303 | you have not yet started work, it is useful to contact | 1314 | you have not yet started work, it is useful to contact |
| 1304 | @ifnothtml | 1315 | @ifnothtml |