diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 11 |
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index a9c4995d49b..a1d2688470d 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-07-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs.texi (Intro): Workaround makeinfo 4 @acronym bug. (Bug#18040) | ||
| 4 | |||
| 1 | 2014-07-09 Juri Linkov <juri@jurta.org> | 5 | 2014-07-09 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * search.texi (Regexp Search): Update lax space matching that is | 7 | * search.texi (Regexp Search): Update lax space matching that is |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 51e226dd388..b1cb196c3c2 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -1476,7 +1476,16 @@ Neal Ziring, Teodor Zlatanov, and Detlev Zundel. | |||
| 1476 | 1476 | ||
| 1477 | You are reading about GNU Emacs, the GNU incarnation of the | 1477 | You are reading about GNU Emacs, the GNU incarnation of the |
| 1478 | advanced, self-documenting, customizable, extensible editor Emacs. | 1478 | advanced, self-documenting, customizable, extensible editor Emacs. |
| 1479 | (The @samp{G} in @acronym{GNU, @acronym{GNU}'s Not Unix} is not silent.) | 1479 | (The @samp{G} in |
| 1480 | @c Workaround makeinfo 4 bug. | ||
| 1481 | @c http://lists.gnu.org/archive/html/bug-texinfo/2004-08/msg00009.html | ||
| 1482 | @iftex | ||
| 1483 | @acronym{GNU, @acronym{GNU}'s Not Unix} | ||
| 1484 | @end iftex | ||
| 1485 | @ifnottex | ||
| 1486 | @acronym{GNU, GNU's Not Unix} | ||
| 1487 | @end ifnottex | ||
| 1488 | is not silent.) | ||
| 1480 | 1489 | ||
| 1481 | We call Emacs @dfn{advanced} because it can do much more than simple | 1490 | We call Emacs @dfn{advanced} because it can do much more than simple |
| 1482 | insertion and deletion of text. It can control subprocesses, indent | 1491 | insertion and deletion of text. It can control subprocesses, indent |