Fix emacswiki link to HideShow.

Convert http links to https.

Signed-off-by: hjpotter92 <hjpotter92+github@gmail.com>
This commit is contained in:
hjpotter92 2018-09-05 16:36:34 +05:30
parent 1f38085c8f
commit 4cca41241e
No known key found for this signature in database
GPG Key ID: 5973A03F465437CC

View File

@ -220,7 +220,7 @@ provides a richer set of functions for manipulating folds. It is also
smarter about folding for the supported modes - yafolding uses smarter about folding for the supported modes - yafolding uses
indentation as a folding heuristic. indentation as a folding heuristic.
# How is this different from [hideshow](http://www.emacswiki.org/HideShow)? # How is this different from [hideshow](https://www.emacswiki.org/emacs/HideShow)?
Again, origami provides a much richer set of functions for Again, origami provides a much richer set of functions for
manipulating folds. I looked at extending hideshow but gave up when I manipulating folds. I looked at extending hideshow but gave up when I
@ -232,7 +232,7 @@ Origami maintains a data structure representing the folds and provides
a rich library of functions for manipulating it. This makes adding new a rich library of functions for manipulating it. This makes adding new
folding operations easy. folding operations easy.
# How is this different from [folding.el](http://www.emacswiki.org/emacs/folding.el)? # How is this different from [folding.el](https://www.emacswiki.org/emacs/folding.el)?
Folding.el uses markers in the buffer to annotate folds. Origami also Folding.el uses markers in the buffer to annotate folds. Origami also
supports this and more. supports this and more.