unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Matt <matt@excalamus.com>
To: 69745@debbugs.gnu.org
Subject: bug#69745: [PATCH] Fix incorrect Edebug docstrings
Date: Tue, 12 Mar 2024 10:13:01 +0100	[thread overview]
Message-ID: <18e31efc662.110b51b75233014.2760074093528628525@excalamus.com> (raw)

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

Hi,

When edebug-print-length and edebug-print-level are nil, they default to print-level and print-length.  The docstrings currently say the opposite, that edebug defaults to the print variables if non-nil.

Thank you
--
Matt Trzcinski
Emacs Org contributor (ob-shell)
Learn more about Org mode at https://orgmode.org
Support Org development at https://liberapay.com/org-mode


[-- Attachment #2: fix-incorrect-edebug-docstring.diff --]
[-- Type: application/octet-stream, Size: 838 bytes --]

diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 4c7dbb4ef8c..a33593dca4c 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -193,10 +193,10 @@ Use this with caution since it is not debugged."
 
 
 (defcustom edebug-print-length 50
-  "If non-nil, default value of `print-length' for printing results in Edebug."
+  "If nil, default value of `print-length' is used for printing results in Edebug."
   :type '(choice integer (const nil)))
 (defcustom edebug-print-level 50
-  "If non-nil, default value of `print-level' for printing results in Edebug."
+  "If nil, default value of `print-level' is used for printing results in Edebug."
   :type '(choice integer (const nil)))
 (defcustom edebug-print-circle t
   "If non-nil, default value of `print-circle' for printing results in Edebug."

             reply	other threads:[~2024-03-12  9:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-12  9:13 Matt [this message]
2024-03-12 12:59 ` bug#69745: [PATCH] Fix incorrect Edebug docstrings Andreas Schwab
2024-03-15 17:22   ` Matt
2024-03-16 10:43     ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=18e31efc662.110b51b75233014.2760074093528628525@excalamus.com \
    --to=matt@excalamus.com \
    --cc=69745@debbugs.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 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).