emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 01/01: Fix `nato-alphabet' docstring.


From: Rüdiger Sonderfeld
Subject: [Emacs-diffs] master 01/01: Fix `nato-alphabet' docstring.
Date: Fri, 21 Nov 2014 19:10:24 +0000

branch: master
commit 65ed0f3ba9c4b6626ce8608c212fa5c0a4addd6c
Author: Rüdiger Sonderfeld <address@hidden>
Date:   Fri Nov 21 20:08:19 2014 +0100

    Fix `nato-alphabet' docstring.
    
    * play/morse.el (nato-alphabet): Mark URL in docstring in a way that
    is recognized by `help-mode'.
---
 lisp/ChangeLog     |    5 +++++
 lisp/play/morse.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e174d59..99c9407 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-21  Rüdiger Sonderfeld  <address@hidden>
+
+       * play/morse.el (nato-alphabet): Mark URL in docstring in a way
+       that is recognized by `help-mode'.
+
 2014-11-21  Stefan Monnier  <address@hidden>
 
        * desktop.el (desktop-create-buffer): Use activate-mark to set
diff --git a/lisp/play/morse.el b/lisp/play/morse.el
index 5394d3f..da593d7 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]