# HG changeset patch # User Werner LEMBERG # Date 996217794 0 # Node ID 9f3e1a8c88705d7c36a585b08135229fa2857ce6 # Parent 446aa2cd256eea81ced650615342e9389392aebb Fixing some typos. diff -r 446aa2cd256e -r 9f3e1a8c8870 lispref/README --- a/lispref/README Thu Jul 26 15:43:08 2001 +0000 +++ b/lispref/README Fri Jul 27 07:09:54 2001 +0000 @@ -1,4 +1,4 @@ -README for Edition 2.5 of the Emacs Lisp Reference Manual. +README for Edition 2.6 of the Emacs Lisp Reference Manual. * This directory contains the texinfo source files for the Reference Manual, make-permuted-index, and the latest version of texinfo.tex, @@ -11,8 +11,8 @@ newsgroup gnu.emacs.help. * The Emacs Lisp Reference Manual is quite large. It totals around -900 pages in smallbook format; the info files total almost two -megabytes. +980 pages in smallbook format; the info files total almost +2.5 megabytes. * You can format this manual either for Info or for printing hardcopy using TeX. diff -r 446aa2cd256e -r 9f3e1a8c8870 lispref/errors.texi --- a/lispref/errors.texi Thu Jul 26 15:43:08 2001 +0000 +++ b/lispref/errors.texi Fri Jul 27 07:09:54 2001 +0000 @@ -98,7 +98,7 @@ @item ftp-error This is a subcategory of @code{file-error}, which results from problems in accessing a remote file using ftp.@* -@xref{Remote Files,,, emacs, The Emacs Manual}. +@xref{Remote Files,,, emacs, The GNU Emacs Manual}. @item invalid-function @code{"Invalid function"}@* diff -r 446aa2cd256e -r 9f3e1a8c8870 lispref/text.texi --- a/lispref/text.texi Thu Jul 26 15:43:08 2001 +0000 +++ b/lispref/text.texi Fri Jul 27 07:09:54 2001 +0000 @@ -1209,7 +1209,7 @@ This command fills the paragraph at or after point. If @var{justify} is non-@code{nil}, each line is justified as well. It uses the ordinary paragraph motion commands to find paragraph -boundaries. @xref{Paragraphs,,, emacs, The Emacs Manual}. +boundaries. @xref{Paragraphs,,, emacs, The GNU Emacs Manual}. @end deffn @deffn Command fill-region start end &optional justify nosqueeze to-eop @@ -2824,8 +2824,8 @@ properties, menu help strings (@pxref{Simple Menu Items}, @pxref{Extended Menu Items}), or tool bar help strings (@pxref{Tool Bar}). The specified function is called with one argument, the help -string to display. Tooltip mode (@pxref{(emacs)Tooltips}) provides an -example. +string to display. Tooltip mode (@pxref{Tooltips,,, emacs, The GNU Emacs +Manual}) provides an example. @end defvar @node Format Properties