unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#68280: [PATCH] [doc/emacs/custom.texi] align value in example and descriptions
@ 2024-01-06  5:22 Hiweed Mandriva3
  2024-01-06 11:42 ` Stefan Kangas
  2024-01-06 11:48 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Hiweed Mandriva3 @ 2024-01-06  5:22 UTC (permalink / raw)
  To: 68280; +Cc: Hiweed Mandriva3


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

[doc/emacs/custom.texi] align value in example and descriptions

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

[-- Attachment #2: 0001-doc-emacs-custom.texi-align-value-in-example-and-des.patch --]
[-- Type: application/octet-stream, Size: 982 bytes --]

From 7f0647c480521ec461be81000b33b6a1814079d5 Mon Sep 17 00:00:00 2001
From: Nerd <hiweedmandriva3@outlook.com>
Date: Sat, 6 Jan 2024 13:20:25 +0800
Subject: [PATCH] [doc/emacs/custom.texi] align value in example and
 descriptions

---
 doc/emacs/custom.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 9c8558c..2f1b5b7 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -195,7 +195,7 @@ Changing a Variable
 
   The first line shows that the variable is named
 @code{kill-ring-max}, formatted as @samp{Kill Ring Max} for easier
-viewing.  Its value is @samp{120}.  The button labeled @samp{[Hide]},
+viewing.  Its value is @samp{60}.  The button labeled @samp{[Hide]},
 if activated, hides the variable's value and state; this is useful to
 avoid cluttering up the customization buffer with very long values
 (for this reason, variables that have very long values may start out
-- 
2.43.0


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

* bug#68280: [PATCH] [doc/emacs/custom.texi] align value in example and descriptions
  2024-01-06  5:22 bug#68280: [PATCH] [doc/emacs/custom.texi] align value in example and descriptions Hiweed Mandriva3
@ 2024-01-06 11:42 ` Stefan Kangas
  2024-01-06 11:52   ` Eli Zaretskii
  2024-01-06 11:48 ` Eli Zaretskii
  1 sibling, 1 reply; 4+ messages in thread
From: Stefan Kangas @ 2024-01-06 11:42 UTC (permalink / raw)
  To: Hiweed Mandriva3, 68280

Hiweed Mandriva3 <hiweedmandriva3@outlook.com> writes:

> [doc/emacs/custom.texi] align value in example and descriptions
> From 7f0647c480521ec461be81000b33b6a1814079d5 Mon Sep 17 00:00:00 2001
> From: Nerd <hiweedmandriva3@outlook.com>
> Date: Sat, 6 Jan 2024 13:20:25 +0800
> Subject: [PATCH] [doc/emacs/custom.texi] align value in example and
>  descriptions
>
> ---
>  doc/emacs/custom.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
> index 9c8558c..2f1b5b7 100644
> --- a/doc/emacs/custom.texi
> +++ b/doc/emacs/custom.texi
> @@ -195,7 +195,7 @@ Changing a Variable
>
>    The first line shows that the variable is named
>  @code{kill-ring-max}, formatted as @samp{Kill Ring Max} for easier
> -viewing.  Its value is @samp{120}.  The button labeled @samp{[Hide]},
> +viewing.  Its value is @samp{60}.  The button labeled @samp{[Hide]},

Thanks, but the new value in Emacs 29.1 is 120, so isn't it "Kill Ring
Max" that should be changed above, instead?


>  if activated, hides the variable's value and state; this is useful to
>  avoid cluttering up the customization buffer with very long values
>  (for this reason, variables that have very long values may start out
> --
> 2.43.0





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

* bug#68280: [PATCH] [doc/emacs/custom.texi] align value in example and descriptions
  2024-01-06  5:22 bug#68280: [PATCH] [doc/emacs/custom.texi] align value in example and descriptions Hiweed Mandriva3
  2024-01-06 11:42 ` Stefan Kangas
@ 2024-01-06 11:48 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2024-01-06 11:48 UTC (permalink / raw)
  To: Hiweed Mandriva3; +Cc: 68280-done

> Cc: Hiweed Mandriva3 <hiweedmandriva3@outlook.com>
> From: Hiweed Mandriva3 <hiweedmandriva3@outlook.com>
> Date: Sat, 6 Jan 2024 05:22:51 +0000
> 
> [doc/emacs/custom.texi] align value in example and descriptions

This is a duplicate of bug#68279, which was just fixed.  Closing.





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

* bug#68280: [PATCH] [doc/emacs/custom.texi] align value in example and descriptions
  2024-01-06 11:42 ` Stefan Kangas
@ 2024-01-06 11:52   ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2024-01-06 11:52 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 68280, hiweedmandriva3

> From: Stefan Kangas <stefankangas@gmail.com>
> Date: Sat, 6 Jan 2024 03:42:41 -0800
> 
> Hiweed Mandriva3 <hiweedmandriva3@outlook.com> writes:
> 
> > [doc/emacs/custom.texi] align value in example and descriptions
> > From 7f0647c480521ec461be81000b33b6a1814079d5 Mon Sep 17 00:00:00 2001
> > From: Nerd <hiweedmandriva3@outlook.com>
> > Date: Sat, 6 Jan 2024 13:20:25 +0800
> > Subject: [PATCH] [doc/emacs/custom.texi] align value in example and
> >  descriptions
> >
> > ---
> >  doc/emacs/custom.texi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
> > index 9c8558c..2f1b5b7 100644
> > --- a/doc/emacs/custom.texi
> > +++ b/doc/emacs/custom.texi
> > @@ -195,7 +195,7 @@ Changing a Variable
> >
> >    The first line shows that the variable is named
> >  @code{kill-ring-max}, formatted as @samp{Kill Ring Max} for easier
> > -viewing.  Its value is @samp{120}.  The button labeled @samp{[Hide]},
> > +viewing.  Its value is @samp{60}.  The button labeled @samp{[Hide]},
> 
> Thanks, but the new value in Emacs 29.1 is 120, so isn't it "Kill Ring
> Max" that should be changed above, instead?

Yes.





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

end of thread, other threads:[~2024-01-06 11:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-06  5:22 bug#68280: [PATCH] [doc/emacs/custom.texi] align value in example and descriptions Hiweed Mandriva3
2024-01-06 11:42 ` Stefan Kangas
2024-01-06 11:52   ` Eli Zaretskii
2024-01-06 11:48 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).