mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * src/emacs.c (syms_of_emacs) <Vsystem_type>: Fix doc string indentation.
This commit is contained in:
parent
34882d5243
commit
4c35382e98
1 changed files with 1 additions and 1 deletions
|
@ -3603,7 +3603,7 @@ Special values:
|
||||||
`windows-nt' compiled as a native W32 application.
|
`windows-nt' compiled as a native W32 application.
|
||||||
`cygwin' compiled using the Cygwin library.
|
`cygwin' compiled using the Cygwin library.
|
||||||
`haiku' compiled for a Haiku system.
|
`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,
|
Anything else (in Emacs 26, the possibilities are: aix, berkeley-unix,
|
||||||
hpux, usg-unix-v) indicates some sort of Unix system. */);
|
hpux, usg-unix-v) indicates some sort of Unix system. */);
|
||||||
Vsystem_type = intern_c_string (SYSTEM_TYPE);
|
Vsystem_type = intern_c_string (SYSTEM_TYPE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue