diff options
author | RĂ¼diger Sonderfeld <ruediger@c-plusplus.net> | 2014-11-21 20:08:19 +0100 |
---|---|---|
committer | RĂ¼diger Sonderfeld <ruediger@c-plusplus.net> | 2014-11-21 20:10:08 +0100 |
commit | 65ed0f3ba9c4b6626ce8608c212fa5c0a4addd6c (patch) | |
tree | 7aa8a7bcd052d1a64cf0fd4b46f8522d44a95842 /lisp/play | |
parent | bf642130c1694c4c4cb0b981d3fa3044db6ed5fe (diff) | |
download | emacs-65ed0f3ba9c4b6626ce8608c212fa5c0a4addd6c.tar.gz |
Fix `nato-alphabet' docstring.
* play/morse.el (nato-alphabet): Mark URL in docstring in a way that
is recognized by `help-mode'.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/morse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/morse.el b/lisp/play/morse.el index 5394d3f283e..da593d778f1 100644 --- a/lisp/play/morse.el +++ b/lisp/play/morse.el @@ -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) |