diff options
| author | Glenn Morris | 2020-01-17 07:50:23 -0800 |
|---|---|---|
| committer | Glenn Morris | 2020-01-17 07:50:23 -0800 |
| commit | 213840acf272186f014a1c69eb68fdf84f5040db (patch) | |
| tree | e2394ed63a9932f5fe7c035344af095775c6d8e8 /doc | |
| parent | b615c1fa8c78413e24c65206f15c6cb03c8175d4 (diff) | |
| parent | 8d091f7fc20a70efd55aad688acc00490f1fe0cc (diff) | |
| download | emacs-213840acf272186f014a1c69eb68fdf84f5040db.tar.gz emacs-213840acf272186f014a1c69eb68fdf84f5040db.zip | |
Merge from origin/emacs-27
8d091f7fc2 ; Fix recent markup change
b78426526c ; * lisp/obsolete/vc-arch.el: Add missing "Obsolete-since"...
3fb37dc9a4 ; * lisp/ezimage.el: Fix typo.
778923afe5 Document feature requests in the Emacs manual
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 |