aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2020-01-17 07:50:23 -0800
committerGlenn Morris2020-01-17 07:50:23 -0800
commit213840acf272186f014a1c69eb68fdf84f5040db (patch)
treee2394ed63a9932f5fe7c035344af095775c6d8e8
parentb615c1fa8c78413e24c65206f15c6cb03c8175d4 (diff)
parent8d091f7fc20a70efd55aad688acc00490f1fe0cc (diff)
downloademacs-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
-rw-r--r--doc/emacs/custom.texi2
-rw-r--r--doc/emacs/trouble.texi11
-rw-r--r--lisp/ezimage.el2
-rw-r--r--lisp/obsolete/vc-arch.el1
4 files changed, 14 insertions, 2 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}
2676exist, then Emacs will create @file{~/.emacs.d} (and therefore use it 2676exist, then Emacs will create @file{~/.emacs.d} (and therefore use it
2677during subsequent invocations). 2677during subsequent invocations).
2678 2678
2679Emacs will set @var{user-emacs-directory} to the directory it decides 2679Emacs will set @code{user-emacs-directory} to the directory it decides
2680to use. 2680to use.
2681 2681
2682Although this is backward-compatible with older Emacs versions, modern 2682Although 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
1300You can ask for suggested projects or suggest your own ideas. 1300You can ask for suggested projects or suggest your own ideas.
1301 1301
1302If you have a feature request or a suggestion for how to improve
1303Emacs, 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
1311see, and why and how you think it would improve Emacs.
1312
1302If you have already written an improvement, please tell us about it. If 1313If you have already written an improvement, please tell us about it. If
1303you have not yet started work, it is useful to contact 1314you have not yet started work, it is useful to contact
1304@ifnothtml 1315@ifnothtml
diff --git a/lisp/ezimage.el b/lisp/ezimage.el
index dab7a53e772..dcedd8a5fb6 100644
--- a/lisp/ezimage.el
+++ b/lisp/ezimage.el
@@ -270,4 +270,4 @@ See `ezimage-expand-image-button-alist' for details."
270 270
271(provide 'ezimage) 271(provide 'ezimage)
272 272
273;;; sb-image.el ends here 273;;; ezimage.el ends here
diff --git a/lisp/obsolete/vc-arch.el b/lisp/obsolete/vc-arch.el
index 0b70927e406..b186a5c52a2 100644
--- a/lisp/obsolete/vc-arch.el
+++ b/lisp/obsolete/vc-arch.el
@@ -5,6 +5,7 @@
5;; Author: FSF (see vc.el for full credits) 5;; Author: FSF (see vc.el for full credits)
6;; Maintainer: Stefan Monnier <monnier@gnu.org> 6;; Maintainer: Stefan Monnier <monnier@gnu.org>
7;; Package: vc 7;; Package: vc
8;; Obsolete-since: 25.1
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
10 11