# HG changeset patch # User Romain Francoise # Date 1147017747 0 # Node ID f7aff7b6d4af4132ef29ce87052805ad30f23060 # Parent 53adfd470fe447c293611dea7c3e5f257e365757 * 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. diff -r 53adfd470fe4 -r f7aff7b6d4af lispref/ChangeLog --- a/lispref/ChangeLog Sun May 07 14:11:05 2006 +0000 +++ b/lispref/ChangeLog Sun May 07 16:02:27 2006 +0000 @@ -1,3 +1,14 @@ +2006-05-07 Romain Francoise + + * 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. + 2006-05-06 Eli Zaretskii * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by diff -r 53adfd470fe4 -r f7aff7b6d4af lispref/commands.texi --- a/lispref/commands.texi Sun May 07 14:11:05 2006 +0000 +++ b/lispref/commands.texi Sun May 07 16:02:27 2006 +0000 @@ -2451,7 +2451,7 @@ arrival of input during those parts won't cause an abort until the end of that part. -If you want to be able to distingish all possible values computed +If you want to be able to distinguish all possible values computed by @var{body} from both kinds of abort conditions, write the code like this: diff -r 53adfd470fe4 -r f7aff7b6d4af lispref/compile.texi --- a/lispref/compile.texi Sun May 07 14:11:05 2006 +0000 +++ b/lispref/compile.texi Sun May 07 16:02:27 2006 +0000 @@ -412,7 +412,7 @@ compiling and executing. @code{autoload} is also effectively @code{eval-and-compile} too. It's -recognised when compiling, so uses of such a function don't produce +recognized when compiling, so uses of such a function don't produce ``not known to be defined'' warnings. Most uses of @code{eval-and-compile} are fairly sophisticated. @@ -456,7 +456,7 @@ The same sort of thing goes for macros or @code{defalias}es defined locally and only for use within the file. They can be defined while compiling, but then not needed when executing. This is good for code -that's only a fallback for compability with other versions of Emacs. +that's only a fallback for compatibility with other versions of Emacs. For example. @lisp diff -r 53adfd470fe4 -r f7aff7b6d4af lispref/internals.texi --- a/lispref/internals.texi Sun May 07 14:11:05 2006 +0000 +++ b/lispref/internals.texi Sun May 07 16:02:27 2006 +0000 @@ -1019,7 +1019,7 @@ is @code{nil}, no mode line will be displayed. @item header_line_format -This field is analoguous to @code{mode_line_format} for the mode +This field is analogous to @code{mode_line_format} for the mode line displayed at the top of windows. @item keymap diff -r 53adfd470fe4 -r f7aff7b6d4af lispref/minibuf.texi --- a/lispref/minibuf.texi Sun May 07 14:11:05 2006 +0000 +++ b/lispref/minibuf.texi Sun May 07 16:02:27 2006 +0000 @@ -517,7 +517,7 @@ Several of the functions for minibuffer input have an argument called @var{initial} or @var{initial-contents}. This is a mostly-deprecated -feature for specifiying that the minibuffer should start out with +feature for specifying that the minibuffer should start out with certain text, instead of empty as usual. If @var{initial} is a string, the minibuffer starts out containing the diff -r 53adfd470fe4 -r f7aff7b6d4af lispref/nonascii.texi --- a/lispref/nonascii.texi Sun May 07 14:11:05 2006 +0000 +++ b/lispref/nonascii.texi Sun May 07 16:02:27 2006 +0000 @@ -484,7 +484,7 @@ @defun charset-after &optional pos This function return the charset of a character in the current buffer at position @var{pos}. If @var{pos} is omitted or @code{nil}, it -defauls to the current value of point. If @var{pos} is out of range, +defaults to the current value of point. If @var{pos} is out of range, the value is @code{nil}. @end defun diff -r 53adfd470fe4 -r f7aff7b6d4af lispref/numbers.texi --- a/lispref/numbers.texi Sun May 07 14:11:05 2006 +0000 +++ b/lispref/numbers.texi Sun May 07 16:02:27 2006 +0000 @@ -322,7 +322,7 @@ @defun eql value1 value2 This function acts like @code{eq} except when both arguments are -numbers. It compares numbers by type and numberic value, so that +numbers. It compares numbers by type and numeric value, so that @code{(eql 1.0 1)} returns @code{nil}, but @code{(eql 1.0 1.0)} and @code{(eql 1 1)} both return @code{t}. @end defun diff -r 53adfd470fe4 -r f7aff7b6d4af lispref/windows.texi --- a/lispref/windows.texi Sun May 07 14:11:05 2006 +0000 +++ b/lispref/windows.texi Sun May 07 16:02:27 2006 +0000 @@ -1419,7 +1419,7 @@ window. @xref{Current Buffer}. If the window contains a row which is taller than the height of the -window (for example in the presense of a large image), the scroll +window (for example in the presence of a large image), the scroll functions will adjust the window vscroll to scroll the partially visible row. To disable this feature, Lisp code may bind the variable `auto-window-vscroll' to @code{nil} (@pxref{Vertical Scrolling}). @@ -1656,7 +1656,7 @@ If this variable is non-@code{nil}, the line-move, scroll-up, and scroll-down functions will automatically modify the window vscroll to scroll through display rows that are taller that the height of the -window, for example in the presense of large images. +window, for example in the presence of large images. @end defvar @node Horizontal Scrolling