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

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

[nongnu] elpa/tuareg 0dedb35069 2/2: Merge commit 'e6a0b28c61b2e80bc4171


From: ELPA Syncer
Subject: [nongnu] elpa/tuareg 0dedb35069 2/2: Merge commit 'e6a0b28c61b2e80bc4171e3607d04461ffe9401c' into elpa/tuareg
Date: Thu, 30 Jun 2022 13:58:58 -0400 (EDT)

branch: elpa/tuareg
commit 0dedb350690cf5ff2b89d4c23a8103404fa793f9
Merge: b93890a877 e6a0b28c61
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Merge commit 'e6a0b28c61b2e80bc4171e3607d04461ffe9401c' into elpa/tuareg
---
 tuareg.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tuareg.el b/tuareg.el
index fec5fd229c..aa0d62d28b 100644
--- a/tuareg.el
+++ b/tuareg.el
@@ -186,21 +186,21 @@ if it has to."
 
 (defcustom tuareg-in-indent 0 ; tuareg-default-indent
   "*How many spaces to indent from a `in' keyword.
-Upstream <http://caml.inria.fr/resources/doc/guides/guidelines.en.html>
+Upstream <https://ocaml.org/docs/guidelines>
 recommends 0, and this is what we default to since 2.0.1
 instead of the historical `tuareg-default-indent'."
   :group 'tuareg :type 'integer)
 
 (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>
+The examples at <https://ocaml.org/docs/guidelines>
 show the `|' is aligned with `match', thus 0 is the default value."
   :group 'tuareg :type 'integer)
 
 (defcustom tuareg-match-clause-indent 1
   "*How many spaces to indent a clause of match after a pattern `| ... ->'
 or `... ->' (pattern without preceding `|' in the first clause of a matching).
-To respect <http://caml.inria.fr/resources/doc/guides/guidelines.en.html>
+To respect <https://ocaml.org/docs/guidelines>
 the default is 1."
   :type 'integer)
 
@@ -314,7 +314,7 @@ them to the OCaml REPL."
   :group 'tuareg :type 'boolean)
 
 (defcustom tuareg-manual-url
-  "http://caml.inria.fr/pub/docs/manual-ocaml/";
+  "https://v2.ocaml.org/manual/";
   "*URL to the OCaml reference manual."
   :group 'tuareg :type 'string)
 



reply via email to

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