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


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



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

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

From 250355bb4df82450a16f13e53ddd8bf4ea807de8 Mon Sep 17 00:00:00 2001
From: Nerd <hiweedmandriva3@163.com>
Date: Sat, 6 Jan 2024 10:17:06 +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] 3+ messages in thread

* bug#68279: [PATCH] [doc/emacs/custom.texi] align value in example and descriptions
  2024-01-06  2:48 bug#68279: [PATCH] [doc/emacs/custom.texi] align value in example and descriptions Hiweed Mandriva3
@ 2024-01-06 11:43 ` Hiweed Mandriva3
  2024-01-06 11:47 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Hiweed Mandriva3 @ 2024-01-06 11:43 UTC (permalink / raw)
  To: 68279


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



From 250355bb4df82450a16f13e53ddd8bf4ea807de8 Mon Sep 17 00:00:00 2001
From: Nerd <hiweedmandriva3@163.com>
Date: Sat, 6 Jan 2024 10:17:06 +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


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

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

From 250355bb4df82450a16f13e53ddd8bf4ea807de8 Mon Sep 17 00:00:00 2001
From: Nerd <hiweedmandriva3@163.com>
Date: Sat, 6 Jan 2024 10:17:06 +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] 3+ messages in thread

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

> Cc: hiweedmandriva3@163.com
> Date: Sat, 6 Jan 2024 10:48:58 +0800 (CST)
> From: "Hiweed Mandriva3" <hiweedmandriva3@163.com>
> 

Thanks, but it's actually the example display that needs to be fixed:
the default value is nowadays 120, not 60.

I installed a suitable fix on the emacs-29 branch, and I'm therefore
closing this bug.





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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-06  2:48 bug#68279: [PATCH] [doc/emacs/custom.texi] align value in example and descriptions Hiweed Mandriva3
2024-01-06 11:43 ` Hiweed Mandriva3
2024-01-06 11:47 ` 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).