emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 281be72422f: ; * src/eval.c (syms_of_eval) <debugger>: Doc fix.


From: Eli Zaretskii
Subject: master 281be72422f: ; * src/eval.c (syms_of_eval) <debugger>: Doc fix.
Date: Tue, 19 Dec 2023 07:20:59 -0500 (EST)

branch: master
commit 281be72422f42fcc84d43f50723a3e91b7d03cbc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/eval.c (syms_of_eval) <debugger>: Doc fix.
---
 src/eval.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/eval.c b/src/eval.c
index 419285eb694..5c9052cb9ab 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -4347,14 +4347,14 @@ might not be safe to continue.  */);
   DEFSYM (Qdebugger, "debugger");
   DEFVAR_LISP ("debugger", Vdebugger,
               doc: /* Function to call to invoke debugger.
-If due to frame exit, args are `exit' and the value being returned;
+If due to frame exit, arguments are `exit' and the value being returned;
  this function's value will be returned instead of that.
-If due to error, args are `error' and a list of the args to `signal'.
-If due to `apply' or `funcall' entry, one arg, `lambda'.
-If due to `eval' entry, one arg, t.
+If due to error, arguments are `error' and a list of arguments to `signal'.
+If due to `apply' or `funcall' entry, one argument, `lambda'.
+If due to `eval' entry, one argument, t.
 IF the desired entry point of the debugger is higher in the call stack,
-it can can be specified with the keyword argument `:backtrace-base'
-whose format should be the same as the BASE arg of `backtrace-frame'.  */);
+it can be specified with the keyword argument `:backtrace-base', whose
+format should be the same as the BASE argument of `backtrace-frame'.  */);
   Vdebugger = Qdebug_early;
 
   DEFVAR_LISP ("signal-hook-function", Vsignal_hook_function,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]