diff options
| author | Paul Eggert | 2019-05-26 00:58:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-05-26 01:00:16 -0700 |
| commit | 852d28176990d035366142bfde36a0440a317228 (patch) | |
| tree | 7989c0101c23d316258e92ef667090f8d0cca866 /doc | |
| parent | 797ee5871e458d6d97f57a24405412a053f5ef32 (diff) | |
| download | emacs-852d28176990d035366142bfde36a0440a317228.tar.gz emacs-852d28176990d035366142bfde36a0440a317228.zip | |
Update author/maintainer info
Update email addresses and fix spellings of some author and
maintainer names.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ediff.texi | 2 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 8 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 2 | ||||
| -rw-r--r-- | doc/misc/org.texi | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi index c4ef1da3158..4c698eb7e2c 100644 --- a/doc/misc/ediff.texi +++ b/doc/misc/ediff.texi | |||
| @@ -2421,7 +2421,7 @@ Boris Goldowsky <boris@@cs.rochester.edu> made it possible to highlight | |||
| 2421 | fine differences in Ediff buffers. Alastair Burt <burt@@dfki.uni-kl.de> | 2421 | fine differences in Ediff buffers. Alastair Burt <burt@@dfki.uni-kl.de> |
| 2422 | ported Ediff to XEmacs, Eric Freudenthal <freudent@@jan.ultra.nyu.edu> | 2422 | ported Ediff to XEmacs, Eric Freudenthal <freudent@@jan.ultra.nyu.edu> |
| 2423 | made it work with VC, Marc Paquette <marcpa@@cam.org> wrote the | 2423 | made it work with VC, Marc Paquette <marcpa@@cam.org> wrote the |
| 2424 | toolbar support package for Ediff, and Hrvoje Niksic <hniksic@@xemacs.org> | 2424 | toolbar support package for Ediff, and Hrvoje Nikšić <hniksic@@xemacs.org> |
| 2425 | adapted it to the Emacs customization package. | 2425 | adapted it to the Emacs customization package. |
| 2426 | 2426 | ||
| 2427 | Many people provided help with bug reports, feature suggestions, and advice. | 2427 | Many people provided help with bug reports, feature suggestions, and advice. |
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index dd651fff356..6e95013c186 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -1205,8 +1205,8 @@ plaintext name. | |||
| 1205 | 1205 | ||
| 1206 | @example | 1206 | @example |
| 1207 | (mail-header-parse-address | 1207 | (mail-header-parse-address |
| 1208 | "Hrvoje Niksic <hniksic@@srce.hr>") | 1208 | "Hrvoje Nikšić <hniksic@@srce.hr>") |
| 1209 | @result{} ("hniksic@@srce.hr" . "Hrvoje Niksic") | 1209 | @result{} ("hniksic@@srce.hr" . "Hrvoje Nikšić") |
| 1210 | @end example | 1210 | @end example |
| 1211 | 1211 | ||
| 1212 | @item mail-header-parse-addresses | 1212 | @item mail-header-parse-addresses |
| @@ -1216,8 +1216,8 @@ the one described above. | |||
| 1216 | 1216 | ||
| 1217 | @example | 1217 | @example |
| 1218 | (mail-header-parse-addresses | 1218 | (mail-header-parse-addresses |
| 1219 | "Hrvoje Niksic <hniksic@@srce.hr>, Steinar Bang <sb@@metis.no>") | 1219 | "Hrvoje Nikšić <hniksic@@srce.hr>, Steinar Bang <sb@@metis.no>") |
| 1220 | @result{} (("hniksic@@srce.hr" . "Hrvoje Niksic") | 1220 | @result{} (("hniksic@@srce.hr" . "Hrvoje Nikšić") |
| 1221 | ("sb@@metis.no" . "Steinar Bang")) | 1221 | ("sb@@metis.no" . "Steinar Bang")) |
| 1222 | @end example | 1222 | @end example |
| 1223 | 1223 | ||
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index c11b50d3deb..540061ef6d8 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -27113,7 +27113,7 @@ Richard Mlynarik, | |||
| 27113 | Lantz Moore, | 27113 | Lantz Moore, |
| 27114 | Morioka Tomohiko, @c Morioka | 27114 | Morioka Tomohiko, @c Morioka |
| 27115 | Erik Toubro Nielsen, | 27115 | Erik Toubro Nielsen, |
| 27116 | Hrvoje Niksic, | 27116 | Hrvoje Nikšić, |
| 27117 | Andy Norman, | 27117 | Andy Norman, |
| 27118 | Fred Oberhauser, | 27118 | Fred Oberhauser, |
| 27119 | C. R. Oldham, | 27119 | C. R. Oldham, |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 7862713f47a..c51b4c35a49 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -9687,7 +9687,7 @@ If you are away from your computer, it can be very useful to have a printed | |||
| 9687 | version of some agenda views to carry around. Org mode can export custom | 9687 | version of some agenda views to carry around. Org mode can export custom |
| 9688 | agenda views as plain text, HTML@footnote{You need to install | 9688 | agenda views as plain text, HTML@footnote{You need to install |
| 9689 | @file{htmlize.el} from @uref{https://github.com/hniksic/emacs-htmlize,Hrvoje | 9689 | @file{htmlize.el} from @uref{https://github.com/hniksic/emacs-htmlize,Hrvoje |
| 9690 | Niksic's repository.}}, Postscript, PDF@footnote{To create PDF output, the | 9690 | Nikšić's repository.}}, Postscript, PDF@footnote{To create PDF output, the |
| 9691 | ghostscript @file{ps2pdf} utility must be installed on the system. Selecting | 9691 | ghostscript @file{ps2pdf} utility must be installed on the system. Selecting |
| 9692 | a PDF file will also create the postscript file.}, and iCalendar files. If | 9692 | a PDF file will also create the postscript file.}, and iCalendar files. If |
| 9693 | you want to do this only occasionally, use the command | 9693 | you want to do this only occasionally, use the command |