diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/package.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/tips.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi index a2f4f55be7d..eb34b8e0af2 100644 --- a/doc/lispref/package.texi +++ b/doc/lispref/package.texi | |||
| @@ -158,7 +158,7 @@ the various headers, as illustrated by the following example: | |||
| 158 | ;; Author: J. R. Hacker <jrh@@example.com> | 158 | ;; Author: J. R. Hacker <jrh@@example.com> |
| 159 | ;; Version: 1.3 | 159 | ;; Version: 1.3 |
| 160 | ;; Package-Requires: ((flange "1.0")) | 160 | ;; Package-Requires: ((flange "1.0")) |
| 161 | ;; Keywords: multimedia, frobnicate | 161 | ;; Keywords: multimedia, hypermedia |
| 162 | ;; URL: http://example.com/jrhacker/superfrobnicate | 162 | ;; URL: http://example.com/jrhacker/superfrobnicate |
| 163 | 163 | ||
| 164 | @dots{} | 164 | @dots{} |
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index 01e9a3a851f..855b284a157 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -958,7 +958,7 @@ explains these conventions, starting with an example: | |||
| 958 | ;; Created: 14 Jul 2010 | 958 | ;; Created: 14 Jul 2010 |
| 959 | @group | 959 | @group |
| 960 | ;; Keywords: languages | 960 | ;; Keywords: languages |
| 961 | ;; Homepage: http://example.com/foo | 961 | ;; URL: http://example.com/foo |
| 962 | 962 | ||
| 963 | ;; This file is not part of GNU Emacs. | 963 | ;; This file is not part of GNU Emacs. |
| 964 | 964 | ||