diff options
| author | Rüdiger Sonderfeld | 2014-11-21 20:08:19 +0100 |
|---|---|---|
| committer | Rüdiger Sonderfeld | 2014-11-21 20:10:08 +0100 |
| commit | 65ed0f3ba9c4b6626ce8608c212fa5c0a4addd6c (patch) | |
| tree | 7aa8a7bcd052d1a64cf0fd4b46f8522d44a95842 | |
| parent | bf642130c1694c4c4cb0b981d3fa3044db6ed5fe (diff) | |
| download | emacs-65ed0f3ba9c4b6626ce8608c212fa5c0a4addd6c.tar.gz emacs-65ed0f3ba9c4b6626ce8608c212fa5c0a4addd6c.zip | |
Fix `nato-alphabet' docstring.
* play/morse.el (nato-alphabet): Mark URL in docstring in a way that
is recognized by `help-mode'.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/play/morse.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e174d5969d9..99c94071205 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.net> | ||
| 2 | |||
| 3 | * play/morse.el (nato-alphabet): Mark URL in docstring in a way | ||
| 4 | that is recognized by `help-mode'. | ||
| 5 | |||
| 1 | 2014-11-21 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2014-11-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * desktop.el (desktop-create-buffer): Use activate-mark to set | 8 | * 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 @@ | |||
| 146 | "NATO phonetic alphabet. | 146 | "NATO phonetic alphabet. |
| 147 | See ''International Code of Signals'' (INTERCO), United States | 147 | See ''International Code of Signals'' (INTERCO), United States |
| 148 | Edition, 1969 Edition (Revised 2003) available from National | 148 | Edition, 1969 Edition (Revised 2003) available from National |
| 149 | Geospatial-Intelligence Agency at http://www.nga.mil/") | 149 | Geospatial-Intelligence Agency at URL `http://www.nga.mil/'") |
| 150 | 150 | ||
| 151 | ;;;###autoload | 151 | ;;;###autoload |
| 152 | (defun morse-region (beg end) | 152 | (defun morse-region (beg end) |