diff options
-rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
-rw-r--r-- | doc/emacs/glossary.texi | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index e950d152a80..075f154b56c 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2007-12-31 Martin Rudalics <rudalics@gmx.at> + + * glossary.texi (Glossary): Fix typo. + 2007-12-27 Richard Stallman <rms@gnu.org> * text.texi (Formatted Text): Improve menu tag. @@ -12,7 +16,7 @@ * search.texi (Query Replace): Make exp of query-replace more self-contained, and clarify. - + * cc-mode.texi (Getting Started): Change @ref to @pxref. 2007-12-15 Richard Stallman <rms@gnu.org> diff --git a/doc/emacs/glossary.texi b/doc/emacs/glossary.texi index a9109de667b..7d4f698ee18 100644 --- a/doc/emacs/glossary.texi +++ b/doc/emacs/glossary.texi @@ -1082,7 +1082,7 @@ The selected frame is the one your input currently operates on. @xref{Frames}. @item Selected Window -The selected frame is the one your input currently operates on. +The selected window is the one your input currently operates on. @xref{Basic Window}. @item Selecting a Buffer |