From: Rüdiger Sonderfeld Date: Fri, 21 Nov 2014 19:08:19 +0000 (+0100) Subject: Fix `nato-alphabet' docstring. X-Git-Tag: emacs-25.0.90~2635^2~395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65ed0f3ba9c4b6626ce8608c212fa5c0a4addd6c;p=emacs.git Fix `nato-alphabet' docstring. * play/morse.el (nato-alphabet): Mark URL in docstring in a way that is recognized by `help-mode'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e174d5969d9..99c94071205 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-11-21 Rüdiger Sonderfeld + + * play/morse.el (nato-alphabet): Mark URL in docstring in a way + that is recognized by `help-mode'. + 2014-11-21 Stefan Monnier * desktop.el (desktop-create-buffer): Use activate-mark to set 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)