diff options
| author | Stefan Monnier | 2013-03-16 18:08:22 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-16 18:08:22 -0400 |
| commit | 78be8b64657aeca0472d708450ea1ce2bc142606 (patch) | |
| tree | dccbdc45e747a47b44be92abab79cca15a30111f /doc/lispintro | |
| parent | 6615748ac6bcff258ef548f70bdcc1ab9f740472 (diff) | |
| parent | 67ed8fcd04edeff2d4931acf476e7067c5ceeef2 (diff) | |
| download | emacs-78be8b64657aeca0472d708450ea1ce2bc142606.tar.gz emacs-78be8b64657aeca0472d708450ea1ce2bc142606.zip | |
Merge from emacs-24
Diffstat (limited to 'doc/lispintro')
| -rw-r--r-- | doc/lispintro/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index e31c63fd8f6..e12c57d4b76 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org. | ||
| 4 | |||
| 5 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * Version 24.3 released. | ||
| 8 | |||
| 1 | 2013-03-03 Glenn Morris <rgm@gnu.org> | 9 | 2013-03-03 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * emacs-lisp-intro.texi (Digression into C): Update example. | 11 | * emacs-lisp-intro.texi (Digression into C): Update example. |
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 43e2539d2f2..c42ed210cbc 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -227,6 +227,14 @@ This is an @cite{Introduction to Programming in Emacs Lisp}, for | |||
| 227 | people who are not programmers. | 227 | people who are not programmers. |
| 228 | @sp 1 | 228 | @sp 1 |
| 229 | Edition @value{edition-number}, @value{update-date} | 229 | Edition @value{edition-number}, @value{update-date} |
| 230 | @ifset WWW_GNU_ORG | ||
| 231 | @html | ||
| 232 | <p>The homepage for GNU Emacs is at | ||
| 233 | <a href="http://www.gnu.org/software/emacs/">http://www.gnu.org/software/emacs/</a>. | ||
| 234 | <br>To view this manual in other formats, click | ||
| 235 | <a href="/software/emacs/emacs-lisp-intro/emacs-lisp-intro.html">here</a>. | ||
| 236 | @end html | ||
| 237 | @end ifset | ||
| 230 | @sp 1 | 238 | @sp 1 |
| 231 | Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software | 239 | Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software |
| 232 | Foundation, Inc. | 240 | Foundation, Inc. |