all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Small correction to system-name doc
@ 2024-07-14  5:38 Pedro Andres Aranda Gutierrez
  2024-07-24  4:32 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2024-07-14  5:38 UTC (permalink / raw)
  To: emacs-devel


[-- Attachment #1.1: Type: text/plain, Size: 404 bytes --]

Hi

I'm on emacs-3o and the android line of the system-name doc is not
correctly aligned, due to a tab.
Attached is a patch to correct that,

Best, /PA
-- 
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

[-- Attachment #1.2: Type: text/html, Size: 752 bytes --]

[-- Attachment #2: sysname.diff --]
[-- Type: text/x-patch, Size: 570 bytes --]

diff --git a/src/emacs.c b/src/emacs.c
index 22b7a4f1038..4659624366a 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -3586,7 +3586,7 @@ syms_of_emacs (void)
   `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);

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-24  4:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-14  5:38 Small correction to system-name doc Pedro Andres Aranda Gutierrez
2024-07-24  4:32 ` Stefan Kangas

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.