branch: elpa/tuareg commit f4adda709072f377fba0e7ee62dbce979a596867 Author: Mattias EngdegÄrd <matti...@acm.org> Commit: Mattias EngdegÄrd <matti...@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