Fix `nato-alphabet' docstring.

* play/morse.el (nato-alphabet): Mark URL in docstring in a way that
is recognized by `help-mode'.
This commit is contained in:
Rüdiger Sonderfeld 2014-11-21 20:08:19 +01:00
parent bf642130c1
commit 65ed0f3ba9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
* play/morse.el (nato-alphabet): Mark URL in docstring in a way
that is recognized by `help-mode'.
2014-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
* desktop.el (desktop-create-buffer): Use activate-mark to set

View file

@ -146,7 +146,7 @@
"NATO phonetic alphabet.
See ''International Code of Signals'' (INTERCO), United States
Edition, 1969 Edition (Revised 2003) available from National
Geospatial-Intelligence Agency at http://www.nga.mil/")
Geospatial-Intelligence Agency at URL `http://www.nga.mil/'")
;;;###autoload
(defun morse-region (beg end)