diff options
| author | Glenn Morris | 2012-05-08 20:06:08 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-08 20:06:08 -0700 |
| commit | 666b903b912ca0aa2b1a034859b752b04f03141a (patch) | |
| tree | add3234ca1ed7c2d5b18422b3f6982b34388d65b /doc/lispintro | |
| parent | 8f6b6da8ecdcd37ecbb83778d35baa02d68621a3 (diff) | |
| parent | 0a454caf059b4cc050984a41decc2344cd9a083f (diff) | |
| download | emacs-666b903b912ca0aa2b1a034859b752b04f03141a.tar.gz emacs-666b903b912ca0aa2b1a034859b752b04f03141a.zip | |
Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.com
Diffstat (limited to 'doc/lispintro')
| -rw-r--r-- | doc/lispintro/ChangeLog | 9 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 1191b0de919..e556fa7e998 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-05-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi (Making Errors): Don't mention Emacs 20. | ||
| 4 | (Void Function, Wrong Type of Argument, Recursion with list) | ||
| 5 | (Simple Extension): Assume a non-ancient Emacs. | ||
| 6 | (Void Variable, Switching Buffers): Improve page breaks. | ||
| 7 | |||
| 8 | * emacs-lisp-intro.texi: Update GNU Press contact details. | ||
| 9 | |||
| 1 | 2012-05-05 Glenn Morris <rgm@gnu.org> | 10 | 2012-05-05 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * emacs-lisp-intro.texi (Making Errors): Don't mention Emacs 20. | 12 | * emacs-lisp-intro.texi (Making Errors): Don't mention Emacs 20. |
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 1c9cd213830..9446333db2a 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -238,7 +238,7 @@ GNU Press, @hfill @uref{http://www.fsf.org/campaigns/gnu-press/}@* | |||
| 238 | a division of the @hfill email: @email{sales@@fsf.org}@* | 238 | a division of the @hfill email: @email{sales@@fsf.org}@* |
| 239 | Free Software Foundation, Inc. @hfill Tel: +1 (617) 542-5942@* | 239 | Free Software Foundation, Inc. @hfill Tel: +1 (617) 542-5942@* |
| 240 | 51 Franklin Street, Fifth Floor @hfill Fax: +1 (617) 542-2652@* | 240 | 51 Franklin Street, Fifth Floor @hfill Fax: +1 (617) 542-2652@* |
| 241 | Boston, MA 02110-1301 USA | 241 | Boston, MA 02110-1301 USA |
| 242 | @end iftex | 242 | @end iftex |
| 243 | 243 | ||
| 244 | @ifnottex | 244 | @ifnottex |
| @@ -249,7 +249,7 @@ GNU Press, http://www.fsf.org/campaigns/gnu-press/ | |||
| 249 | a division of the email: sales@@fsf.org | 249 | a division of the email: sales@@fsf.org |
| 250 | Free Software Foundation, Inc. Tel: +1 (617) 542-5942 | 250 | Free Software Foundation, Inc. Tel: +1 (617) 542-5942 |
| 251 | 51 Franklin Street, Fifth Floor Fax: +1 (617) 542-2652 | 251 | 51 Franklin Street, Fifth Floor Fax: +1 (617) 542-2652 |
| 252 | Boston, MA 02110-1301 USA | 252 | Boston, MA 02110-1301 USA |
| 253 | @end example | 253 | @end example |
| 254 | @end ifnottex | 254 | @end ifnottex |
| 255 | 255 | ||