emacs-devel
[Top][All Lists]
Advanced

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

Re: master 69d1278527: ; Fix some doc strings in elisp-mode.el


From: Michael Heerdegen
Subject: Re: master 69d1278527: ; Fix some doc strings in elisp-mode.el
Date: Thu, 17 Nov 2022 03:36:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

> branch: master
> commit 69d1278527f0a883d55b91088c8e1b04d9e07e81
> Author: Eli Zaretskii <eliz@gnu.org>
> Commit: Eli Zaretskii <eliz@gnu.org>

>  (defun eval-defun (edebug-it)
> -  "Evaluate the top-level form containing point.
> +  "Evaluate EDEBUG-IT or the top-level form containing point.

Unless I don't parse this new first sentence wrong (sorry then):

This is incorrect. EDEBUG-IT is not an expression.  It's the
prefix argument and causes the top-level form to be instrumented for
Edebug, instead of evaluating it normally.  Right?

TIA - Michael.



reply via email to

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