1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; * admin/CPP-DEFINES: Fix typos.

This commit is contained in:
Po Lu 2024-02-22 10:21:12 +08:00
parent f024b63ecf
commit ee6343556a

View file

@ -42,8 +42,8 @@ HAVE_X_WINDOWS Compile support for X Window system. Equivalent to HAVE_X11.
HAVE_ANDROID Compiling the Android GUI interface. Enough of this HAVE_ANDROID Compiling the Android GUI interface. Enough of this
code is compiled for the build machine cross-compiling code is compiled for the build machine cross-compiling
the Android port to produce an Emacs binary that can the Android port to produce an Emacs binary that can
Lisp code in batch mode, for the purpose of compiling run Lisp code in batch mode, for the purpose of running
Lisp code for packaging. the byte-compiler.
ANDROID_STUBIFY The Android GUI interface is being compiled for the build ANDROID_STUBIFY The Android GUI interface is being compiled for the build
machine, as above. machine, as above.