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/lispref | |
| parent | 6615748ac6bcff258ef548f70bdcc1ab9f740472 (diff) | |
| parent | 67ed8fcd04edeff2d4931acf476e7067c5ceeef2 (diff) | |
| download | emacs-78be8b64657aeca0472d708450ea1ce2bc142606.tar.gz emacs-78be8b64657aeca0472d708450ea1ce2bc142606.zip | |
Merge from emacs-24
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 10 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6510b56ba3b..7455881518a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * elisp.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. | ||
| 1 | 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com> | 8 | 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 9 | ||
| 3 | * control.texi (Pattern matching case statement): Fix typo. | 10 | * control.texi (Pattern matching case statement): Fix typo. |
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index b53c22030bc..9e9617c10f8 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -97,6 +97,16 @@ This is edition @value{VERSION} of the @cite{GNU Emacs Lisp Reference Manual},@* | |||
| 97 | This is the @cite{GNU Emacs Lisp Reference Manual} | 97 | This is the @cite{GNU Emacs Lisp Reference Manual} |
| 98 | @end ifnottex | 98 | @end ifnottex |
| 99 | corresponding to Emacs version @value{EMACSVER}. | 99 | corresponding to Emacs version @value{EMACSVER}. |
| 100 | @ifset WWW_GNU_ORG | ||
| 101 | @html | ||
| 102 | <p>The homepage for GNU Emacs is at | ||
| 103 | <a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br> | ||
| 104 | For information on using Emacs, refer to | ||
| 105 | the <a href="/software/emacs/manual/html_node/emacs/index.html">Emacs | ||
| 106 | Manual</a>.<br> To view this manual in other formats, | ||
| 107 | click <a href="/software/emacs/manual/elisp.html">here</a>. | ||
| 108 | @end html | ||
| 109 | @end ifset | ||
| 100 | 110 | ||
| 101 | Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc. | 111 | Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc. |
| 102 | 112 | ||