diff options
| author | Werner LEMBERG | 2001-07-27 07:09:54 +0000 |
|---|---|---|
| committer | Werner LEMBERG | 2001-07-27 07:09:54 +0000 |
| commit | 0b2fb0459801d79bb08b7177548ef3520cb52ce4 (patch) | |
| tree | 91f4226c8e37ab897635a7337352fa9f7f75bc60 /lispref | |
| parent | 0a2eeca145d513be402ea6fb46bb6b99e7e53704 (diff) | |
| download | emacs-0b2fb0459801d79bb08b7177548ef3520cb52ce4.tar.gz emacs-0b2fb0459801d79bb08b7177548ef3520cb52ce4.zip | |
Fixing some typos.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/README | 6 | ||||
| -rw-r--r-- | lispref/errors.texi | 2 | ||||
| -rw-r--r-- | lispref/text.texi | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lispref/README b/lispref/README index d8e09cc7f8a..e688e11b2a6 100644 --- a/lispref/README +++ b/lispref/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | README for Edition 2.5 of the Emacs Lisp Reference Manual. | 1 | README for Edition 2.6 of the Emacs Lisp Reference Manual. |
| 2 | 2 | ||
| 3 | * This directory contains the texinfo source files for the Reference | 3 | * This directory contains the texinfo source files for the Reference |
| 4 | Manual, make-permuted-index, and the latest version of texinfo.tex, | 4 | Manual, make-permuted-index, and the latest version of texinfo.tex, |
| @@ -11,8 +11,8 @@ Emacs bugs, use bug-gnu-emacs@gnu.org. To ask questions, use the | |||
| 11 | newsgroup gnu.emacs.help. | 11 | newsgroup gnu.emacs.help. |
| 12 | 12 | ||
| 13 | * The Emacs Lisp Reference Manual is quite large. It totals around | 13 | * The Emacs Lisp Reference Manual is quite large. It totals around |
| 14 | 900 pages in smallbook format; the info files total almost two | 14 | 980 pages in smallbook format; the info files total almost |
| 15 | megabytes. | 15 | 2.5 megabytes. |
| 16 | 16 | ||
| 17 | * You can format this manual either for Info or for printing hardcopy | 17 | * You can format this manual either for Info or for printing hardcopy |
| 18 | using TeX. | 18 | using TeX. |
diff --git a/lispref/errors.texi b/lispref/errors.texi index 2463c4c6ef5..51132c1b4bc 100644 --- a/lispref/errors.texi +++ b/lispref/errors.texi | |||
| @@ -98,7 +98,7 @@ This is a subcategory of @code{file-error}.@* | |||
| 98 | @item ftp-error | 98 | @item ftp-error |
| 99 | This is a subcategory of @code{file-error}, which results from problems | 99 | This is a subcategory of @code{file-error}, which results from problems |
| 100 | in accessing a remote file using ftp.@* | 100 | in accessing a remote file using ftp.@* |
| 101 | @xref{Remote Files,,, emacs, The Emacs Manual}. | 101 | @xref{Remote Files,,, emacs, The GNU Emacs Manual}. |
| 102 | 102 | ||
| 103 | @item invalid-function | 103 | @item invalid-function |
| 104 | @code{"Invalid function"}@* | 104 | @code{"Invalid function"}@* |
diff --git a/lispref/text.texi b/lispref/text.texi index a0d7ed7717b..1cd8c14a85a 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -1209,7 +1209,7 @@ argument implies the value @code{full} for @var{justify}. | |||
| 1209 | This command fills the paragraph at or after point. If | 1209 | This command fills the paragraph at or after point. If |
| 1210 | @var{justify} is non-@code{nil}, each line is justified as well. | 1210 | @var{justify} is non-@code{nil}, each line is justified as well. |
| 1211 | It uses the ordinary paragraph motion commands to find paragraph | 1211 | It uses the ordinary paragraph motion commands to find paragraph |
| 1212 | boundaries. @xref{Paragraphs,,, emacs, The Emacs Manual}. | 1212 | boundaries. @xref{Paragraphs,,, emacs, The GNU Emacs Manual}. |
| 1213 | @end deffn | 1213 | @end deffn |
| 1214 | 1214 | ||
| 1215 | @deffn Command fill-region start end &optional justify nosqueeze to-eop | 1215 | @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} | |||
| 2824 | properties, menu help strings (@pxref{Simple Menu Items}, | 2824 | properties, menu help strings (@pxref{Simple Menu Items}, |
| 2825 | @pxref{Extended Menu Items}), or tool bar help strings (@pxref{Tool | 2825 | @pxref{Extended Menu Items}), or tool bar help strings (@pxref{Tool |
| 2826 | Bar}). The specified function is called with one argument, the help | 2826 | Bar}). The specified function is called with one argument, the help |
| 2827 | string to display. Tooltip mode (@pxref{(emacs)Tooltips}) provides an | 2827 | string to display. Tooltip mode (@pxref{Tooltips,,, emacs, The GNU Emacs |
| 2828 | example. | 2828 | Manual}) provides an example. |
| 2829 | @end defvar | 2829 | @end defvar |
| 2830 | 2830 | ||
| 2831 | @node Format Properties | 2831 | @node Format Properties |