diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-22 03:07:18 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-22 03:07:18 +0000 |
commit | 855b42a23dff7a633d728da3f8f562500472c89f (patch) | |
tree | 27f0b4007f322e6533e07f89ca20ec3491c7d589 /lisp/progmodes | |
parent | fbf370dc7ef9b1a95791a85e951dd2712af75fc0 (diff) | |
download | emacs-855b42a23dff7a633d728da3f8f562500472c89f.tar.gz |
Kevin Ryde <user42 at zip.com.au>
Hyperlink urls in docstrings with URL `...'.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/idlw-shell.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/idlwave.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/vera-mode.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/verilog-mode.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/vhdl-mode.el | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index ed99c4f3d3a..a57fba4e822 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -941,7 +941,7 @@ IDL has currently stepped.") Info documentation for this package is available. Use \\[idlwave-info] to display (complain to your sysadmin if that does not work). For Postscript and HTML versions of the documentation, check IDLWAVE's - homepage at `http://idlwave.org'. + homepage at URL `http://idlwave.org'. IDLWAVE has customize support - see the group `idlwave'. 8. Keybindings diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index b9ee458d2e0..266b46d0f3b 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -1883,7 +1883,7 @@ The main features of this mode are Info documentation for this package is available. Use \\[idlwave-info] to display (complain to your sysadmin if that does not work). For Postscript, PDF, and HTML versions of the - documentation, check IDLWAVE's homepage at `http://idlwave.org'. + documentation, check IDLWAVE's homepage at URL `http://idlwave.org'. IDLWAVE has customize support - see the group `idlwave'. 10.Keybindings diff --git a/lisp/progmodes/vera-mode.el b/lisp/progmodes/vera-mode.el index 5340112d2c7..60e0d347250 100644 --- a/lisp/progmodes/vera-mode.el +++ b/lisp/progmodes/vera-mode.el @@ -291,7 +291,7 @@ Add a description of the problem and include a reproducible test case. Feel free to send questions and enhancement requests to <reto@gnu.org>. Official distribution is at -<http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html>. +URL `http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html' The Vera Mode Maintainer diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index c4b2f4a009e..febd0dfed8b 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -8812,7 +8812,7 @@ Exceptions: Unless you are instantiating a module multiple times, or the module is something trivial like an adder, DO NOT CHANGE SIGNAL NAMES ACROSS HIERARCHY. It just makes for unmaintainable code. To sanitize signal names, try - vrename from http://www.veripool.org. + vrename from URL `http://www.veripool.org'. When you need to violate this suggestion there are two ways to list exceptions, placing them before the AUTOINST, or using templates. @@ -10504,7 +10504,7 @@ Using \\[describe-function], see also: `verilog-read-includes' for reading `includes If you have bugs with these autos, please file an issue at -http://www.veripool.org/verilog-mode or contact the AUTOAUTHOR +URL `http://www.veripool.org/verilog-mode' or contact the AUTOAUTHOR Wilson Snyder (wsnyder@wsnyder.org)." (interactive) (unless noninteractive (message "Updating AUTOs...")) diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index fa5b6abe3f5..3cf930339e9 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -4648,7 +4648,7 @@ releases. You are kindly invited to participate in beta testing. Subscribe to above mailing lists by sending an email to <reto@gnu.org>. VHDL Mode is officially distributed at -http://opensource.ethz.ch/emacs/vhdl-mode.html +URL `http://opensource.ethz.ch/emacs/vhdl-mode.html' where the latest version can be found. |