aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorWerner LEMBERG <[email protected]>2001-07-27 07:09:54 +0000
committerWerner LEMBERG <[email protected]>2001-07-27 07:09:54 +0000
commit0b2fb0459801d79bb08b7177548ef3520cb52ce4 (patch)
tree91f4226c8e37ab897635a7337352fa9f7f75bc60 /lispref
parent0a2eeca145d513be402ea6fb46bb6b99e7e53704 (diff)
Fixing some typos.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/README6
-rw-r--r--lispref/errors.texi2
-rw-r--r--lispref/text.texi6
3 files changed, 7 insertions, 7 deletions
diff --git a/lispref/README b/lispref/README
index d8e09cc7f8..e688e11b2a 100644
--- a/lispref/README
+++ b/lispref/README
@@ -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 @@ Emacs bugs, use [email protected]. To ask questions, use the
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 --git a/lispref/errors.texi b/lispref/errors.texi
index 2463c4c6ef..51132c1b4b 100644
--- a/lispref/errors.texi
+++ b/lispref/errors.texi
@@ -98,7 +98,7 @@ This is a subcategory of @code{file-error}.@*
@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 --git a/lispref/text.texi b/lispref/text.texi
index a0d7ed7717..1cd8c14a85 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -1209,7 +1209,7 @@ argument implies the value @code{full} for @var{justify}.
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 @@ function called to display help strings. These may be @code{help-echo}
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