GPLv3

checkdoc-url-buttonize.el

This spot of code extends Emacs M-x checkdoc to check for URL on a links in docstrings, so they're buttonized in the help display.

(defun foo ()
  "Do something.
See URL `http://foo.org'"       ; <-- URL `...'
   (blah))

checkdoc-url-buttonize.el is free software (free as in freedom), published under the terms of the GNU General Public License (v3 or up).

Download version 2,

The sig file is a Gnu PG ascii armoured signature for checkdoc-url-buttonize.el, generated from my key.


el-get includes a checkdoc-url-buttonize.rcp install recipe.

See nobreak-fade.el for keeping the URL bit on the same line as the link target. And see also checkdoc-autoload.el, checkdoc-keywords.el, and checkdoc-batch.el.


This page Copyright 2010, 2011, 2013, 2014, 2015, 2016, 2017 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.

(Back to the sitemap.)