diff options
| author | Chong Yidong | 2010-05-03 18:01:23 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-03 18:01:23 -0400 |
| commit | da0bbbc4e336566be28cc99dce4b155d4a9a194f (patch) | |
| tree | b8acdd7660e1ce746fdec7dc0c73fc87564f5c29 /doc/lispref | |
| parent | f034e1762ba3824627494e479a47189ec62db6d1 (diff) | |
| download | emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.tar.gz emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.zip | |
Fix typos (Bug#6094). From Štěpán Němec.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 9 | ||||
| -rw-r--r-- | doc/lispref/edebug.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/loading.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/locals.texi | 6 | ||||
| -rw-r--r-- | doc/lispref/maps.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/minibuf.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/tips.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 4 |
8 files changed, 19 insertions, 10 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e3028f26c07..e331a3d5df0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * windows.texi (Textual Scrolling): | ||
| 4 | * tips.texi (Coding Conventions): | ||
| 5 | * minibuf.texi (Minibuffer History): | ||
| 6 | * maps.texi (Standard Keymaps): | ||
| 7 | * loading.texi (Where Defined): | ||
| 8 | * edebug.texi (Instrumenting): Fix typos. | ||
| 9 | |||
| 1 | 2010-04-25 Chong Yidong <cyd@stupidchicken.com> | 10 | 2010-04-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 11 | ||
| 3 | * keymaps.texi (Menu Bar): Document :advertised-binding property. | 12 | * keymaps.texi (Menu Bar): Document :advertised-binding property. |
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index c68b342c5e6..fba83980cd1 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi | |||
| @@ -186,7 +186,7 @@ instrument any top-level form regardless of the values of | |||
| 186 | 186 | ||
| 187 | While Edebug is active, the command @kbd{I} | 187 | While Edebug is active, the command @kbd{I} |
| 188 | (@code{edebug-instrument-callee}) instruments the definition of the | 188 | (@code{edebug-instrument-callee}) instruments the definition of the |
| 189 | function or macro called by the list form after point, if is not already | 189 | function or macro called by the list form after point, if it is not already |
| 190 | instrumented. This is possible only if Edebug knows where to find the | 190 | instrumented. This is possible only if Edebug knows where to find the |
| 191 | source for that function; for this reason, after loading Edebug, | 191 | source for that function; for this reason, after loading Edebug, |
| 192 | @code{eval-region} records the position of every definition it | 192 | @code{eval-region} records the position of every definition it |
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index ec10c51b236..7e3240d72de 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -823,7 +823,7 @@ without extension. | |||
| 823 | @code{load-history}. | 823 | @code{load-history}. |
| 824 | 824 | ||
| 825 | @defvar load-history | 825 | @defvar load-history |
| 826 | This value of this variable is an alist that associates the names of | 826 | The value of this variable is an alist that associates the names of |
| 827 | loaded library files with the names of the functions and variables | 827 | loaded library files with the names of the functions and variables |
| 828 | they defined, as well as the features they provided or required. | 828 | they defined, as well as the features they provided or required. |
| 829 | 829 | ||
diff --git a/doc/lispref/locals.texi b/doc/lispref/locals.texi index 1414387e409..25bbc6f02b5 100644 --- a/doc/lispref/locals.texi +++ b/doc/lispref/locals.texi | |||
| @@ -85,6 +85,9 @@ Minor mode variables will not be listed here. | |||
| 85 | @item case-fold-search | 85 | @item case-fold-search |
| 86 | @xref{Searching and Case}. | 86 | @xref{Searching and Case}. |
| 87 | 87 | ||
| 88 | @item comment-column | ||
| 89 | @xref{Comments,,, emacs, The GNU Emacs Manual}. | ||
| 90 | |||
| 88 | @item ctl-arrow | 91 | @item ctl-arrow |
| 89 | @xref{Usual Display}. | 92 | @xref{Usual Display}. |
| 90 | 93 | ||
| @@ -94,9 +97,6 @@ Minor mode variables will not be listed here. | |||
| 94 | @item cursor-type | 97 | @item cursor-type |
| 95 | @xref{Cursor Parameters}. | 98 | @xref{Cursor Parameters}. |
| 96 | 99 | ||
| 97 | @item comment-column | ||
| 98 | @xref{Comments,,, emacs, The GNU Emacs Manual}. | ||
| 99 | |||
| 100 | @item default-directory | 100 | @item default-directory |
| 101 | @xref{File Name Expansion}. | 101 | @xref{File Name Expansion}. |
| 102 | 102 | ||
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index 232d38d63c0..a5b126afcb2 100644 --- a/doc/lispref/maps.texi +++ b/doc/lispref/maps.texi | |||
| @@ -163,7 +163,7 @@ search. | |||
| 163 | 163 | ||
| 164 | @item key-translation-map | 164 | @item key-translation-map |
| 165 | A keymap for translating keys. This one overrides ordinary key | 165 | A keymap for translating keys. This one overrides ordinary key |
| 166 | bindings, unlike @code{local- function-key-map}. @xref{Translation | 166 | bindings, unlike @code{local-function-key-map}. @xref{Translation |
| 167 | Keymaps}. | 167 | Keymaps}. |
| 168 | 168 | ||
| 169 | @item kmacro-map | 169 | @item kmacro-map |
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index d01d4d1ef26..66b4cb096cc 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -511,7 +511,7 @@ set to a non-@code{nil} value. | |||
| 511 | @defopt history-length | 511 | @defopt history-length |
| 512 | The value of this variable specifies the maximum length for all | 512 | The value of this variable specifies the maximum length for all |
| 513 | history lists that don't specify their own maximum lengths. If the | 513 | history lists that don't specify their own maximum lengths. If the |
| 514 | value is @code{t}, that means there no maximum (don't delete old | 514 | value is @code{t}, that means there is no maximum (don't delete old |
| 515 | elements). The value of @code{history-length} property of the history | 515 | elements). The value of @code{history-length} property of the history |
| 516 | list variable's symbol, if set, overrides this variable for that | 516 | list variable's symbol, if set, overrides this variable for that |
| 517 | particular history list. | 517 | particular history list. |
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index bea513df044..c1f1423dabf 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -90,7 +90,7 @@ Put a call to @code{provide} at the end of each separate Lisp file. | |||
| 90 | If a file requires certain other Lisp programs to be loaded | 90 | If a file requires certain other Lisp programs to be loaded |
| 91 | beforehand, then the comments at the beginning of the file should say | 91 | beforehand, then the comments at the beginning of the file should say |
| 92 | so. Also, use @code{require} to make sure they are loaded. | 92 | so. Also, use @code{require} to make sure they are loaded. |
| 93 | x@xref{Named Features}. | 93 | @xref{Named Features}. |
| 94 | 94 | ||
| 95 | @item | 95 | @item |
| 96 | If a file @var{foo} uses a macro defined in another file @var{bar}, | 96 | If a file @var{foo} uses a macro defined in another file @var{bar}, |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 0e1062a622f..de7ebbc405e 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1661,8 +1661,8 @@ point should be placed from the bottom of the window; thus, as with | |||
| 1661 | @end defopt | 1661 | @end defopt |
| 1662 | 1662 | ||
| 1663 | @defopt scroll-step | 1663 | @defopt scroll-step |
| 1664 | This variable is an older variant of @code{scroll-conservatively}. The | 1664 | This variable is an older variant of @code{scroll-conservatively}. |
| 1665 | difference is that it if its value is @var{n}, that permits scrolling | 1665 | The difference is that if its value is @var{n}, that permits scrolling |
| 1666 | only by precisely @var{n} lines, not a smaller number. This feature | 1666 | only by precisely @var{n} lines, not a smaller number. This feature |
| 1667 | does not work with @code{scroll-margin}. The default value is zero. | 1667 | does not work with @code{scroll-margin}. The default value is zero. |
| 1668 | @end defopt | 1668 | @end defopt |