projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34882d5
)
; * src/emacs.c (syms_of_emacs) <Vsystem_type>: Fix doc string indentation.
author
Po Lu
<luangruo@yahoo.com>
Thu, 18 Jul 2024 05:35:47 +0000
(13:35 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 18 Jul 2024 05:35:47 +0000
(13:35 +0800)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 7b315310873be623bd99b60c8e8ab010fd49838c..3017063bec4596ce79f30bfdfe833a7de29caec2 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-3603,7
+3603,7
@@
Special values:
`windows-nt' compiled as a native W32 application.
`cygwin' compiled using the Cygwin library.
`haiku' compiled for a Haiku system.
- `android' compiled for Android.
+ `android'
compiled for Android.
Anything else (in Emacs 26, the possibilities are: aix, berkeley-unix,
hpux, usg-unix-v) indicates some sort of Unix system. */);
Vsystem_type = intern_c_string (SYSTEM_TYPE);