aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGlenn Morris2009-07-22 03:07:18 +0000
committerGlenn Morris2009-07-22 03:07:18 +0000
commit855b42a23dff7a633d728da3f8f562500472c89f (patch)
tree27f0b4007f322e6533e07f89ca20ec3491c7d589 /lisp/textmodes
parentfbf370dc7ef9b1a95791a85e951dd2712af75fc0 (diff)
downloademacs-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.el10
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.
3002References used for this implementation: 3002References used for this implementation:
3003 3003
3004HTML: 3004HTML:
3005 http://www.w3.org 3005 URL `http://www.w3.org'
3006 3006
3007LaTeX: 3007LaTeX:
3008 http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html 3008 URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html'
3009 3009
3010CALS (DocBook DTD): 3010CALS (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
5371Flyspell minor mode is known to be incompatible with this table 5371Flyspell minor mode is known to be incompatible with this table
5372package. The flyspell version 1.5d at http://kaolin.unice.fr/~serrano 5372package. The flyspell version 1.5d at URL `http://kaolin.unice.fr/~serrano'
5373works better than the previous versions however not fully compatible. 5373works better than the previous versions however not fully compatible.
5374 5374
5375" 5375"