diff options
author | Glenn Morris <rgm@gnu.org> | 2013-10-12 17:31:19 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-10-12 17:31:19 -0700 |
commit | 8c106d177f1a5b54f056ed4073e6501a684bc5d7 (patch) | |
tree | e6b6d6432778448b93354493ee3fbcf2ac3aa6dd /lisp/man.el | |
parent | e903c210b66b7545eefc4497ac8765db5dcf504b (diff) | |
download | emacs-8c106d177f1a5b54f056ed4073e6501a684bc5d7.tar.gz |
Use accented form of some names
* doc/emacs/ack.texi (Acknowledgments):
* doc/emacs/emacs.texi (Acknowledgments):
* doc/lispref/intro.texi (Acknowledgments): Use accented form of some names.
* lisp/emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
Add some entries.
(authors-fixed-entries): Use accented form of name.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 9eb0ccd719a..56198035a22 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -55,7 +55,7 @@ ;; point and some other names have been changed to make it a drop-in ;; replacement for the old man.el package. -;; Francesco Potorti` <pot@cnuce.cnr.it> cleaned it up thoroughly, +;; Francesco Potortì <pot@cnuce.cnr.it> cleaned it up thoroughly, ;; making it faster, more robust and more tolerant of different ;; systems' man idiosyncrasies. |