diff options
| author | Glenn Morris <rgm@gnu.org> | 2018-05-23 01:35:05 -0700 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2018-05-23 01:35:05 -0700 |
| commit | c120037be0029d2c28d73b0e5a672981e0fb2aad (patch) | |
| tree | b0b5e4829296f64df8e6ec33f15e5315662397da /doc/lispintro/emacs-lisp-intro.texi | |
| parent | c73e6a3111bc53d213467479984f72cfed674c6f (diff) | |
| parent | 73bc6f8693fcbb98b41ee67ab35a4dd8c3940355 (diff) | |
| download | emacs-c120037be0029d2c28d73b0e5a672981e0fb2aad.tar.gz | |
Merge from origin/emacs-26
73bc6f8 Fix a typo in describing input methods
6b4bafe ; Add a comment to emacs-lisp-intro.texi
Diffstat (limited to 'doc/lispintro/emacs-lisp-intro.texi')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 4d514aab1cf..bca8e1fff0a 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -198,6 +198,31 @@ supports it in developing GNU and promoting software freedom.'' @end ifset @end ifnothtml +@c If you think this manual is too large for an introduction, please +@c consider this email exchange: +@c +@c >> The intro is almost 300 pages in full. I had expected 60 pages. +@c > +@c > This is an important point in its own right. Could you +@c > write a simplified introduction that is only 50 pages or so? +@c > That would be helpful to many potential users, I'd think. +@c +@c > The problem with the introduction is that it was written when +@c > programming was only starting to be a skill "normal" people could +@c > have access to. So the text is extremely verbose and is +@c > sometimes hard to follow because of that. The gist of the +@c > document could be summarized in 50 pages. +@c +@c This book is intentionally addressed to people who don't know how to +@c program. That is its purpose. We recommend people start learning to +@c program using this book. +@c +@c If you DO know how to program in some other language, you can probably +@c learn Emacs Lisp starting with the Emacs Lisp Reference Manual. +@c +@c Richard Stallman <rms@gnu.org>, +@c https://lists.gnu.org/archive/html/emacs-devel/2018-05/msg00374.html + @shortcontents @contents |
