diff options
| author | Glenn Morris | 2009-07-22 03:07:18 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-22 03:07:18 +0000 |
| commit | 855b42a23dff7a633d728da3f8f562500472c89f (patch) | |
| tree | 27f0b4007f322e6533e07f89ca20ec3491c7d589 /lisp/textmodes | |
| parent | fbf370dc7ef9b1a95791a85e951dd2712af75fc0 (diff) | |
| download | emacs-855b42a23dff7a633d728da3f8f562500472c89f.tar.gz emacs-855b42a23dff7a633d728da3f8f562500472c89f.zip | |
Kevin Ryde <user42 at zip.com.au>
Hyperlink urls in docstrings with URL `...'.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/table.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 873a6121b86..0038cd70e4b 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -3002,14 +3002,14 @@ untouched. | |||
| 3002 | References used for this implementation: | 3002 | References used for this implementation: |
| 3003 | 3003 | ||
| 3004 | HTML: | 3004 | HTML: |
| 3005 | http://www.w3.org | 3005 | URL `http://www.w3.org' |
| 3006 | 3006 | ||
| 3007 | LaTeX: | 3007 | LaTeX: |
| 3008 | http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html | 3008 | URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html' |
| 3009 | 3009 | ||
| 3010 | CALS (DocBook DTD): | 3010 | CALS (DocBook DTD): |
| 3011 | http://www.oasis-open.org/html/a502.htm | 3011 | URL `http://www.oasis-open.org/html/a502.htm' |
| 3012 | http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751 | 3012 | URL `http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751' |
| 3013 | " | 3013 | " |
| 3014 | (interactive | 3014 | (interactive |
| 3015 | (let* ((dummy (unless (table--probe-cell) (error "Table not found here"))) | 3015 | (let* ((dummy (unless (table--probe-cell) (error "Table not found here"))) |
| @@ -5369,7 +5369,7 @@ aware of this. | |||
| 5369 | *** Warning *** | 5369 | *** Warning *** |
| 5370 | 5370 | ||
| 5371 | Flyspell minor mode is known to be incompatible with this table | 5371 | Flyspell minor mode is known to be incompatible with this table |
| 5372 | package. The flyspell version 1.5d at http://kaolin.unice.fr/~serrano | 5372 | package. The flyspell version 1.5d at URL `http://kaolin.unice.fr/~serrano' |
| 5373 | works better than the previous versions however not fully compatible. | 5373 | works better than the previous versions however not fully compatible. |
| 5374 | 5374 | ||
| 5375 | " | 5375 | " |