diff options
| author | Eli Zaretskii | 2006-01-07 18:41:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-01-07 18:41:50 +0000 |
| commit | 7fdc81ab35c847635631f5aa3ebcd049110d216d (patch) | |
| tree | 26f2f4aaf07a02927e46a1a548efd7f89613842d /lispref | |
| parent | 98b7b7edd50fd33ee57fe77995b2ea8af5b5594e (diff) | |
| download | emacs-7fdc81ab35c847635631f5aa3ebcd049110d216d.tar.gz emacs-7fdc81ab35c847635631f5aa3ebcd049110d216d.zip | |
Fix typos.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/display.texi | 8 | ||||
| -rw-r--r-- | lispref/keymaps.texi | 2 | ||||
| -rw-r--r-- | lispref/modes.texi | 4 | ||||
| -rw-r--r-- | lispref/positions.texi | 2 | ||||
| -rw-r--r-- | lispref/text.texi | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 75a64924516..14d44a1b995 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -1099,7 +1099,7 @@ object that belongs to a particular buffer, and has a specified | |||
| 1099 | beginning and end. It also has properties that you can examine and set; | 1099 | beginning and end. It also has properties that you can examine and set; |
| 1100 | these affect the display of the text within the overlay. | 1100 | these affect the display of the text within the overlay. |
| 1101 | 1101 | ||
| 1102 | An overlays uses markers to record its beginning and end; thus, | 1102 | An overlay uses markers to record its beginning and end; thus, |
| 1103 | editing the text of the buffer adjusts the beginning and end of each | 1103 | editing the text of the buffer adjusts the beginning and end of each |
| 1104 | overlay so that it stays with the text. When you create the overlay, | 1104 | overlay so that it stays with the text. When you create the overlay, |
| 1105 | you can specify whether text inserted at the beginning should be | 1105 | you can specify whether text inserted at the beginning should be |
| @@ -1737,7 +1737,7 @@ The purpose of @var{spec} is to specify how the face should appear on | |||
| 1737 | different kinds of terminals. It should be an alist whose elements | 1737 | different kinds of terminals. It should be an alist whose elements |
| 1738 | have the form @code{(@var{display} @var{atts})}. Each element's | 1738 | have the form @code{(@var{display} @var{atts})}. Each element's |
| 1739 | @sc{car}, @var{display}, specifies a class of terminals. (The first | 1739 | @sc{car}, @var{display}, specifies a class of terminals. (The first |
| 1740 | element, if it s @sc{car} is @code{default}, is special---it specifies | 1740 | element, if its @sc{car} is @code{default}, is special---it specifies |
| 1741 | defaults for the remaining elements). The element's @sc{cadr}, | 1741 | defaults for the remaining elements). The element's @sc{cadr}, |
| 1742 | @var{atts}, is a list of face attributes and their values; it | 1742 | @var{atts}, is a list of face attributes and their values; it |
| 1743 | specifies what the face should look like on that kind of terminal. | 1743 | specifies what the face should look like on that kind of terminal. |
| @@ -4258,8 +4258,8 @@ this is a simple underline, like a typical web-page link. | |||
| 4258 | 4258 | ||
| 4259 | For convenience, there are two sorts of button-creation functions, | 4259 | For convenience, there are two sorts of button-creation functions, |
| 4260 | those that add button properties to an existing region of a buffer, | 4260 | those that add button properties to an existing region of a buffer, |
| 4261 | called @code{make-...button}, and those also insert the button text, | 4261 | called @code{make-...button}, and those that also insert the button |
| 4262 | called @code{insert-...button}. | 4262 | text, called @code{insert-...button}. |
| 4263 | 4263 | ||
| 4264 | The button-creation functions all take the @code{&rest} argument | 4264 | The button-creation functions all take the @code{&rest} argument |
| 4265 | @var{properties}, which should be a sequence of @var{property value} | 4265 | @var{properties}, which should be a sequence of @var{property value} |
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 40165963e37..f30fb5c9659 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi | |||
| @@ -569,7 +569,7 @@ additional active keymaps through the variable | |||
| 569 | text or overlay property. If that is non-@code{nil}, it is the first | 569 | text or overlay property. If that is non-@code{nil}, it is the first |
| 570 | keymap to be processed, in normal circumstances. | 570 | keymap to be processed, in normal circumstances. |
| 571 | 571 | ||
| 572 | However, there are also special ways for program can to substitute | 572 | However, there are also special ways for programs to substitute |
| 573 | other keymaps for some of those. The variable | 573 | other keymaps for some of those. The variable |
| 574 | @code{overriding-local-map}, if non-@code{nil}, specifies a keymap | 574 | @code{overriding-local-map}, if non-@code{nil}, specifies a keymap |
| 575 | that replaces all the usual active keymaps except the global keymap. | 575 | that replaces all the usual active keymaps except the global keymap. |
diff --git a/lispref/modes.texi b/lispref/modes.texi index 15954ed1d1d..ed6f0bc7f82 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -1423,7 +1423,7 @@ variable @code{@var{mode}-hook}. | |||
| 1423 | @end defmac | 1423 | @end defmac |
| 1424 | 1424 | ||
| 1425 | The initial value must be @code{nil} except in cases where (1) the | 1425 | The initial value must be @code{nil} except in cases where (1) the |
| 1426 | mode is preloaded in Emacs, or (2) it is painless to for loading to | 1426 | mode is preloaded in Emacs, or (2) it is painless for loading to |
| 1427 | enable the mode even though the user did not request it. For | 1427 | enable the mode even though the user did not request it. For |
| 1428 | instance, if the mode has no effect unless something else is enabled, | 1428 | instance, if the mode has no effect unless something else is enabled, |
| 1429 | and will always be loaded by that time, enabling it by default is | 1429 | and will always be loaded by that time, enabling it by default is |
| @@ -2254,7 +2254,7 @@ If this variable is non-@code{nil}, its value should be a function that | |||
| 2254 | finds the next ``definition'' to put in the buffer index, scanning | 2254 | finds the next ``definition'' to put in the buffer index, scanning |
| 2255 | backward in the buffer from point. It should return @code{nil} if it | 2255 | backward in the buffer from point. It should return @code{nil} if it |
| 2256 | doesn't find another ``definition'' before point. Otherwise it should | 2256 | doesn't find another ``definition'' before point. Otherwise it should |
| 2257 | leave point at the place it finds a ``definition,'' and return any | 2257 | leave point at the place it finds a ``definition'' and return any |
| 2258 | non-@code{nil} value. | 2258 | non-@code{nil} value. |
| 2259 | 2259 | ||
| 2260 | Setting this variable makes it buffer-local in the current buffer. | 2260 | Setting this variable makes it buffer-local in the current buffer. |
diff --git a/lispref/positions.texi b/lispref/positions.texi index d1a7813aa60..83ac383ddae 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi | |||
| @@ -417,7 +417,7 @@ Here is an example of using @code{count-lines}: | |||
| 417 | @defun line-number-at-pos &optional pos | 417 | @defun line-number-at-pos &optional pos |
| 418 | @cindex line number | 418 | @cindex line number |
| 419 | This function returns the line number in the current buffer | 419 | This function returns the line number in the current buffer |
| 420 | corresponding the buffer position @var{pos}. If @var{pos} is @code{nil} | 420 | corresponding to the buffer position @var{pos}. If @var{pos} is @code{nil} |
| 421 | or omitted, the current buffer position is used. | 421 | or omitted, the current buffer position is used. |
| 422 | @end defun | 422 | @end defun |
| 423 | 423 | ||
diff --git a/lispref/text.texi b/lispref/text.texi index b37715be5a0..8e269cbbd56 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -2714,7 +2714,7 @@ list. | |||
| 2714 | 2714 | ||
| 2715 | @defun remove-list-of-text-properties start end list-of-properties &optional object | 2715 | @defun remove-list-of-text-properties start end list-of-properties &optional object |
| 2716 | Like @code{remove-text-properties} except that | 2716 | Like @code{remove-text-properties} except that |
| 2717 | @var{list-of-properties} is a list property names only, not an | 2717 | @var{list-of-properties} is a list of property names only, not an |
| 2718 | alternating list of property names and values. | 2718 | alternating list of property names and values. |
| 2719 | @end defun | 2719 | @end defun |
| 2720 | 2720 | ||