diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-05-06 08:27:27 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-05-06 08:27:27 +0000 |
commit | 0549d8fc047754fe66d76cd5136c699aec3870a5 (patch) | |
tree | fd73e798a8f4299a4fba3c82d7fb0ced7be5b879 /doc | |
parent | 5e37b7f70410e9be254086bc9601b52ab6d525a3 (diff) | |
download | emacs-0549d8fc047754fe66d76cd5136c699aec3870a5.tar.gz |
(Top): Fix typo in xref.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/info.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index af628956dfd..d77e033a073 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-06 Juanma Barranquero <lekktu@gmail.com> + + * info.texi (Top): Fix typo in xref. + 2008-05-05 Karl Berry <karl@gnu.org> * info.texi (Top): @xref to stand-alone manual. diff --git a/doc/misc/info.texi b/doc/misc/info.texi index ccfa49dd36c..3e662b61f7c 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi @@ -65,7 +65,7 @@ probably using an Info reader to read this now. There are two primary Info readers: @code{info}, a stand-alone program designed just to read Info files (@pxref{Top,,What is Info?, -info-stnd, GNU Info), and the @code{info} package in GNU Emacs, a +info-stnd, GNU Info}), and the @code{info} package in GNU Emacs, a general-purpose editor. At present, only the Emacs reader supports using a mouse. |