diff options
Diffstat (limited to 'lisp/textmodes/table.el')
-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. References used for this implementation: HTML: - http://www.w3.org + URL `http://www.w3.org' LaTeX: - http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html + URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html' CALS (DocBook DTD): - http://www.oasis-open.org/html/a502.htm - http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751 + URL `http://www.oasis-open.org/html/a502.htm' + URL `http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751' " (interactive (let* ((dummy (unless (table--probe-cell) (error "Table not found here"))) @@ -5369,7 +5369,7 @@ aware of this. *** Warning *** Flyspell minor mode is known to be incompatible with this table -package. The flyspell version 1.5d at http://kaolin.unice.fr/~serrano +package. The flyspell version 1.5d at URL `http://kaolin.unice.fr/~serrano' works better than the previous versions however not fully compatible. " |