diff options
| author | Romain Francoise | 2006-05-07 16:02:27 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-05-07 16:02:27 +0000 |
| commit | 5a36d8349df0f59c79a310b20a0966286560f557 (patch) | |
| tree | 055731cd650007b7cea0fb0896ee74faa5cd2291 /lispref | |
| parent | ad8a840d25775bd194419743a043309e4a0799af (diff) | |
| download | emacs-5a36d8349df0f59c79a310b20a0966286560f557.tar.gz emacs-5a36d8349df0f59c79a310b20a0966286560f557.zip | |
* commands.texi (Event Input Misc):
* compile.texi (Eval During Compile):
* internals.texi (Buffer Internals):
* minibuf.texi (Initial Input):
* nonascii.texi (Scanning Charsets):
* numbers.texi (Comparison of Numbers):
* windows.texi (Textual Scrolling, Vertical Scrolling):
Fix various typos.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 11 | ||||
| -rw-r--r-- | lispref/commands.texi | 2 | ||||
| -rw-r--r-- | lispref/compile.texi | 4 | ||||
| -rw-r--r-- | lispref/internals.texi | 2 | ||||
| -rw-r--r-- | lispref/minibuf.texi | 2 | ||||
| -rw-r--r-- | lispref/nonascii.texi | 2 | ||||
| -rw-r--r-- | lispref/numbers.texi | 2 | ||||
| -rw-r--r-- | lispref/windows.texi | 4 |
8 files changed, 20 insertions, 9 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 99f2c9ab4f9..064c4f1bc5d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2006-05-07 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * commands.texi (Event Input Misc): | ||
| 4 | * compile.texi (Eval During Compile): | ||
| 5 | * internals.texi (Buffer Internals): | ||
| 6 | * minibuf.texi (Initial Input): | ||
| 7 | * nonascii.texi (Scanning Charsets): | ||
| 8 | * numbers.texi (Comparison of Numbers): | ||
| 9 | * windows.texi (Textual Scrolling, Vertical Scrolling): | ||
| 10 | Fix various typos. | ||
| 11 | |||
| 1 | 2006-05-06 Eli Zaretskii <eliz@gnu.org> | 12 | 2006-05-06 Eli Zaretskii <eliz@gnu.org> |
| 2 | 13 | ||
| 3 | * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by | 14 | * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by |
diff --git a/lispref/commands.texi b/lispref/commands.texi index 797a5ced8e9..fa5d95f0408 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi | |||
| @@ -2451,7 +2451,7 @@ If a part of @var{body} binds @code{inhibit-quit} to non-@code{nil}, | |||
| 2451 | arrival of input during those parts won't cause an abort until | 2451 | arrival of input during those parts won't cause an abort until |
| 2452 | the end of that part. | 2452 | the end of that part. |
| 2453 | 2453 | ||
| 2454 | If you want to be able to distingish all possible values computed | 2454 | If you want to be able to distinguish all possible values computed |
| 2455 | by @var{body} from both kinds of abort conditions, write the code | 2455 | by @var{body} from both kinds of abort conditions, write the code |
| 2456 | like this: | 2456 | like this: |
| 2457 | 2457 | ||
diff --git a/lispref/compile.texi b/lispref/compile.texi index 1d8823a48c5..4b796697731 100644 --- a/lispref/compile.texi +++ b/lispref/compile.texi | |||
| @@ -412,7 +412,7 @@ automatically @code{eval-and-compile}, the package is loaded both when | |||
| 412 | compiling and executing. | 412 | compiling and executing. |
| 413 | 413 | ||
| 414 | @code{autoload} is also effectively @code{eval-and-compile} too. It's | 414 | @code{autoload} is also effectively @code{eval-and-compile} too. It's |
| 415 | recognised when compiling, so uses of such a function don't produce | 415 | recognized when compiling, so uses of such a function don't produce |
| 416 | ``not known to be defined'' warnings. | 416 | ``not known to be defined'' warnings. |
| 417 | 417 | ||
| 418 | Most uses of @code{eval-and-compile} are fairly sophisticated. | 418 | Most uses of @code{eval-and-compile} are fairly sophisticated. |
| @@ -456,7 +456,7 @@ used to load it for compiling, but not executing. For example, | |||
| 456 | The same sort of thing goes for macros or @code{defalias}es defined | 456 | The same sort of thing goes for macros or @code{defalias}es defined |
| 457 | locally and only for use within the file. They can be defined while | 457 | locally and only for use within the file. They can be defined while |
| 458 | compiling, but then not needed when executing. This is good for code | 458 | compiling, but then not needed when executing. This is good for code |
| 459 | that's only a fallback for compability with other versions of Emacs. | 459 | that's only a fallback for compatibility with other versions of Emacs. |
| 460 | For example. | 460 | For example. |
| 461 | 461 | ||
| 462 | @lisp | 462 | @lisp |
diff --git a/lispref/internals.texi b/lispref/internals.texi index 4df2421554f..f46a162aef1 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi | |||
| @@ -1019,7 +1019,7 @@ Mode line element that controls the format of the mode line. If this | |||
| 1019 | is @code{nil}, no mode line will be displayed. | 1019 | is @code{nil}, no mode line will be displayed. |
| 1020 | 1020 | ||
| 1021 | @item header_line_format | 1021 | @item header_line_format |
| 1022 | This field is analoguous to @code{mode_line_format} for the mode | 1022 | This field is analogous to @code{mode_line_format} for the mode |
| 1023 | line displayed at the top of windows. | 1023 | line displayed at the top of windows. |
| 1024 | 1024 | ||
| 1025 | @item keymap | 1025 | @item keymap |
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index dd96a020057..f713f12cdbf 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -517,7 +517,7 @@ A history list for arguments that are Lisp expressions to evaluate. | |||
| 517 | 517 | ||
| 518 | Several of the functions for minibuffer input have an argument called | 518 | Several of the functions for minibuffer input have an argument called |
| 519 | @var{initial} or @var{initial-contents}. This is a mostly-deprecated | 519 | @var{initial} or @var{initial-contents}. This is a mostly-deprecated |
| 520 | feature for specifiying that the minibuffer should start out with | 520 | feature for specifying that the minibuffer should start out with |
| 521 | certain text, instead of empty as usual. | 521 | certain text, instead of empty as usual. |
| 522 | 522 | ||
| 523 | If @var{initial} is a string, the minibuffer starts out containing the | 523 | If @var{initial} is a string, the minibuffer starts out containing the |
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index b09a3fc78a3..c526d419766 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi | |||
| @@ -484,7 +484,7 @@ of the text in question. | |||
| 484 | @defun charset-after &optional pos | 484 | @defun charset-after &optional pos |
| 485 | This function return the charset of a character in the current buffer | 485 | This function return the charset of a character in the current buffer |
| 486 | at position @var{pos}. If @var{pos} is omitted or @code{nil}, it | 486 | at position @var{pos}. If @var{pos} is omitted or @code{nil}, it |
| 487 | defauls to the current value of point. If @var{pos} is out of range, | 487 | defaults to the current value of point. If @var{pos} is out of range, |
| 488 | the value is @code{nil}. | 488 | the value is @code{nil}. |
| 489 | @end defun | 489 | @end defun |
| 490 | 490 | ||
diff --git a/lispref/numbers.texi b/lispref/numbers.texi index 3cbc1a7ae16..bac3b0e114c 100644 --- a/lispref/numbers.texi +++ b/lispref/numbers.texi | |||
| @@ -322,7 +322,7 @@ returns @code{t} if so, @code{nil} otherwise. | |||
| 322 | 322 | ||
| 323 | @defun eql value1 value2 | 323 | @defun eql value1 value2 |
| 324 | This function acts like @code{eq} except when both arguments are | 324 | This function acts like @code{eq} except when both arguments are |
| 325 | numbers. It compares numbers by type and numberic value, so that | 325 | numbers. It compares numbers by type and numeric value, so that |
| 326 | @code{(eql 1.0 1)} returns @code{nil}, but @code{(eql 1.0 1.0)} and | 326 | @code{(eql 1.0 1)} returns @code{nil}, but @code{(eql 1.0 1.0)} and |
| 327 | @code{(eql 1 1)} both return @code{t}. | 327 | @code{(eql 1 1)} both return @code{t}. |
| 328 | @end defun | 328 | @end defun |
diff --git a/lispref/windows.texi b/lispref/windows.texi index dc780e7b828..a2746889633 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi | |||
| @@ -1419,7 +1419,7 @@ buffer is different from the buffer that is displayed in the selected | |||
| 1419 | window. @xref{Current Buffer}. | 1419 | window. @xref{Current Buffer}. |
| 1420 | 1420 | ||
| 1421 | If the window contains a row which is taller than the height of the | 1421 | If the window contains a row which is taller than the height of the |
| 1422 | window (for example in the presense of a large image), the scroll | 1422 | window (for example in the presence of a large image), the scroll |
| 1423 | functions will adjust the window vscroll to scroll the partially | 1423 | functions will adjust the window vscroll to scroll the partially |
| 1424 | visible row. To disable this feature, Lisp code may bind the variable | 1424 | visible row. To disable this feature, Lisp code may bind the variable |
| 1425 | `auto-window-vscroll' to @code{nil} (@pxref{Vertical Scrolling}). | 1425 | `auto-window-vscroll' to @code{nil} (@pxref{Vertical Scrolling}). |
| @@ -1656,7 +1656,7 @@ pixels. In this case, the return value is @var{lines}. | |||
| 1656 | If this variable is non-@code{nil}, the line-move, scroll-up, and | 1656 | If this variable is non-@code{nil}, the line-move, scroll-up, and |
| 1657 | scroll-down functions will automatically modify the window vscroll to | 1657 | scroll-down functions will automatically modify the window vscroll to |
| 1658 | scroll through display rows that are taller that the height of the | 1658 | scroll through display rows that are taller that the height of the |
| 1659 | window, for example in the presense of large images. | 1659 | window, for example in the presence of large images. |
| 1660 | @end defvar | 1660 | @end defvar |
| 1661 | 1661 | ||
| 1662 | @node Horizontal Scrolling | 1662 | @node Horizontal Scrolling |