[புதன் ஆகஸ்ட் 14, 2024] Eli Zaretskii wrote: >> diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el >> index 944a74a91ee..5332a3b4fcf 100644 >> --- a/lisp/emacs-lisp/easy-mmode.el >> +++ b/lisp/emacs-lisp/easy-mmode.el >> @@ -91,7 +91,7 @@ easy-mmode--arg-docstring >> Disable the mode if ARG is a negative number. >> >> To check whether the minor mode is enabled in the current buffer, >> -evaluate `%s'. >> +evaluate %s`%s'. > ^^^^^ > This looks like a bug (I know it isn't, but it looks like one). Can > we instead use just %s here, and generate the full string, including > the "the variable" part, in the code that uses the format? > > Thanks. Is the attached patch fine?