aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRomain Francoise2006-05-07 16:02:27 +0000
committerRomain Francoise2006-05-07 16:02:27 +0000
commit5a36d8349df0f59c79a310b20a0966286560f557 (patch)
tree055731cd650007b7cea0fb0896ee74faa5cd2291 /lispref
parentad8a840d25775bd194419743a043309e4a0799af (diff)
downloademacs-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/ChangeLog11
-rw-r--r--lispref/commands.texi2
-rw-r--r--lispref/compile.texi4
-rw-r--r--lispref/internals.texi2
-rw-r--r--lispref/minibuf.texi2
-rw-r--r--lispref/nonascii.texi2
-rw-r--r--lispref/numbers.texi2
-rw-r--r--lispref/windows.texi4
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 @@
12006-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
12006-05-06 Eli Zaretskii <eliz@gnu.org> 122006-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},
2451arrival of input during those parts won't cause an abort until 2451arrival of input during those parts won't cause an abort until
2452the end of that part. 2452the end of that part.
2453 2453
2454If you want to be able to distingish all possible values computed 2454If you want to be able to distinguish all possible values computed
2455by @var{body} from both kinds of abort conditions, write the code 2455by @var{body} from both kinds of abort conditions, write the code
2456like this: 2456like 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
412compiling and executing. 412compiling 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
415recognised when compiling, so uses of such a function don't produce 415recognized 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
418Most uses of @code{eval-and-compile} are fairly sophisticated. 418Most uses of @code{eval-and-compile} are fairly sophisticated.
@@ -456,7 +456,7 @@ used to load it for compiling, but not executing. For example,
456The same sort of thing goes for macros or @code{defalias}es defined 456The same sort of thing goes for macros or @code{defalias}es defined
457locally and only for use within the file. They can be defined while 457locally and only for use within the file. They can be defined while
458compiling, but then not needed when executing. This is good for code 458compiling, but then not needed when executing. This is good for code
459that's only a fallback for compability with other versions of Emacs. 459that's only a fallback for compatibility with other versions of Emacs.
460For example. 460For 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
1019is @code{nil}, no mode line will be displayed. 1019is @code{nil}, no mode line will be displayed.
1020 1020
1021@item header_line_format 1021@item header_line_format
1022This field is analoguous to @code{mode_line_format} for the mode 1022This field is analogous to @code{mode_line_format} for the mode
1023line displayed at the top of windows. 1023line 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
518Several of the functions for minibuffer input have an argument called 518Several 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
520feature for specifiying that the minibuffer should start out with 520feature for specifying that the minibuffer should start out with
521certain text, instead of empty as usual. 521certain text, instead of empty as usual.
522 522
523If @var{initial} is a string, the minibuffer starts out containing the 523If @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
485This function return the charset of a character in the current buffer 485This function return the charset of a character in the current buffer
486at position @var{pos}. If @var{pos} is omitted or @code{nil}, it 486at position @var{pos}. If @var{pos} is omitted or @code{nil}, it
487defauls to the current value of point. If @var{pos} is out of range, 487defaults to the current value of point. If @var{pos} is out of range,
488the value is @code{nil}. 488the 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
324This function acts like @code{eq} except when both arguments are 324This function acts like @code{eq} except when both arguments are
325numbers. It compares numbers by type and numberic value, so that 325numbers. 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
1419window. @xref{Current Buffer}. 1419window. @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
1422window (for example in the presense of a large image), the scroll 1422window (for example in the presence of a large image), the scroll
1423functions will adjust the window vscroll to scroll the partially 1423functions will adjust the window vscroll to scroll the partially
1424visible row. To disable this feature, Lisp code may bind the variable 1424visible 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}.
1656If this variable is non-@code{nil}, the line-move, scroll-up, and 1656If this variable is non-@code{nil}, the line-move, scroll-up, and
1657scroll-down functions will automatically modify the window vscroll to 1657scroll-down functions will automatically modify the window vscroll to
1658scroll through display rows that are taller that the height of the 1658scroll through display rows that are taller that the height of the
1659window, for example in the presense of large images. 1659window, for example in the presence of large images.
1660@end defvar 1660@end defvar
1661 1661
1662@node Horizontal Scrolling 1662@node Horizontal Scrolling