diff options
| author | Glenn Morris | 2008-06-15 02:53:17 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-15 02:53:17 +0000 |
| commit | d794edf21d66ae41e263b6c92538871a3c6d3d4a (patch) | |
| tree | f8b48cb0cd1fec3881c13b995bbb4ede471ea5ef /doc | |
| parent | 39693840dca6eeccd01ba4e42da05662e6f66d91 (diff) | |
| download | emacs-d794edf21d66ae41e263b6c92538871a3c6d3d4a.tar.gz emacs-d794edf21d66ae41e263b6c92538871a3c6d3d4a.zip | |
Report bugs using M-x report-emacs-bug.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/intro.texi | 14 |
2 files changed, 3 insertions, 13 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index bda9fb4bb57..cb674c92dee 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-06-15 Glenn Morris <rgm@gnu.org> | 1 | 2008-06-15 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * intro.texi: Report bugs using M-x report-emacs-bug. | ||
| 4 | |||
| 3 | * elisp.texi (EMACSVER): Remove duplicate, outdated setting. | 5 | * elisp.texi (EMACSVER): Remove duplicate, outdated setting. |
| 4 | 6 | ||
| 5 | 2008-06-13 Daniel Engeler <engeler@gmail.com> | 7 | 2008-06-13 Daniel Engeler <engeler@gmail.com> |
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index ebff50354b4..e7e08fbb090 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi | |||
| @@ -86,19 +86,7 @@ you are criticizing. | |||
| 86 | 86 | ||
| 87 | @cindex bugs | 87 | @cindex bugs |
| 88 | @cindex suggestions | 88 | @cindex suggestions |
| 89 | Please mail comments and corrections to | 89 | Please send comments and corrections using @kbd{M-x report-emacs-bug}. |
| 90 | |||
| 91 | @example | ||
| 92 | bug-lisp-manual@@gnu.org | ||
| 93 | @end example | ||
| 94 | |||
| 95 | @noindent | ||
| 96 | We let mail to this list accumulate unread until someone decides to | ||
| 97 | apply the corrections. Months, and sometimes years, go by between | ||
| 98 | updates. So please attach no significance to the lack of a reply---your | ||
| 99 | mail @emph{will} be acted on in due time. If you want to contact the | ||
| 100 | Emacs maintainers more quickly, send mail to | ||
| 101 | @code{bug-gnu-emacs@@gnu.org}. | ||
| 102 | 90 | ||
| 103 | @node Lisp History | 91 | @node Lisp History |
| 104 | @section Lisp History | 92 | @section Lisp History |