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

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

[elpa] externals/frog-menu 20cd2dc 04/43: Add links


From: Clemens Radermacher
Subject: [elpa] externals/frog-menu 20cd2dc 04/43: Add links
Date: Sun, 24 Mar 2019 05:14:43 -0400 (EDT)

branch: externals/frog-menu
commit 20cd2dc278b9885446f5edbbf2c59b9293391ada
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Add links
---
 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index bd2cc48..cb485e5 100644
--- a/README.org
+++ b/README.org
@@ -12,11 +12,11 @@ this kind of menu is useful are spelling correction 
suggestions:
 
 To invoke the menu users can call =frog-menu-read=. How items are displayed
 and choosen depends on =frog-menu-type=. The default type =avy-posframe= uses
-`avy' and `posframe'. Their handler functions can be used as reference if you
-want to define a new =frog-menu-type=.
+[[https://github.com/abo-abo/avy][avy]] and 
[[https://github.com/tumashu/posframe][posframe]]. Their handler functions can 
be used as reference if you want
+to define a new =frog-menu-type=.
 
 Here is an example how you could use =frog-menu-read= to implement a
-`flyspell-correct-interface':
+[[https://github.com/d12frosted/flyspell-correct][flyspell-correct-interface]]:
 
 #+begin_src elisp
 (require 'flyspell-correct)



reply via email to

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