all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
To: emacs-devel <emacs-devel@gnu.org>
Subject: Small correction to system-name doc
Date: Sun, 14 Jul 2024 07:38:55 +0200	[thread overview]
Message-ID: <CAO48Bk_eYttri=PUigSmjzS_u_wptJp466OjL220WJKGxDF+kQ@mail.gmail.com> (raw)


[-- 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);

             reply	other threads:[~2024-07-14  5:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-14  5:38 Pedro Andres Aranda Gutierrez [this message]
2024-07-24  4:32 ` Small correction to system-name doc Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAO48Bk_eYttri=PUigSmjzS_u_wptJp466OjL220WJKGxDF+kQ@mail.gmail.com' \
    --to=paaguti@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.