Merge from savannah/emacs-30

1647494c04 ; * etc/NEWS: Clarify.
b2c966f839 ; * src/treesit.c (Ftreesit_query_capture): Fix typo.
ae38579420 * java/res/mipmap-v26/emacs_icon.xml: Define monospace icon.
b2d99c0d0a Improve `sentence-end-double-space` docstring

# Conflicts:
#	etc/NEWS
This commit is contained in:
Po Lu
2024-07-01 18:12:40 +08:00
4 changed files with 26 additions and 5 deletions

View File

@@ -20,4 +20,5 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/emacs_background"/>
<foreground android:drawable="@drawable/emacs_foreground"/>
<monochrome android:drawable="@drawable/emacs_foreground"/>
</adaptive-icon>