emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/tuareg f4adda7090 2/3: Use matched single quotes to avoid


From: ELPA Syncer
Subject: [nongnu] elpa/tuareg f4adda7090 2/3: Use matched single quotes to avoid Emacs 29 warnings
Date: Wed, 29 Jun 2022 13:59:04 -0400 (EDT)

branch: elpa/tuareg
commit f4adda709072f377fba0e7ee62dbce979a596867
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Mattias EngdegÄrd <mattiase@acm.org>

    Use matched single quotes to avoid Emacs 29 warnings
---
 tuareg.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tuareg.el b/tuareg.el
index aaf2c26849..31cb592a74 100644
--- a/tuareg.el
+++ b/tuareg.el
@@ -194,7 +194,7 @@ instead of the historical `tuareg-default-indent'."
 (defcustom tuareg-with-indent 0
   "*How many spaces to indent from a `with' keyword.
 The examples at <http://caml.inria.fr/resources/doc/guides/guidelines.en.html>
-show the '|' is aligned with 'match', thus 0 is the default value."
+show the `|' is aligned with `match', thus 0 is the default value."
   :group 'tuareg :type 'integer)
 
 (defcustom tuareg-match-clause-indent 1



reply via email to

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