aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog9
-rw-r--r--doc/lispref/edebug.texi2
-rw-r--r--doc/lispref/loading.texi2
-rw-r--r--doc/lispref/locals.texi6
-rw-r--r--doc/lispref/maps.texi2
-rw-r--r--doc/lispref/minibuf.texi2
-rw-r--r--doc/lispref/tips.texi2
-rw-r--r--doc/lispref/windows.texi4
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 @@
12010-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
12010-04-25 Chong Yidong <cyd@stupidchicken.com> 102010-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
189function or macro called by the list form after point, if is not already 189function or macro called by the list form after point, if it is not already
190instrumented. This is possible only if Edebug knows where to find the 190instrumented. This is possible only if Edebug knows where to find the
191source for that function; for this reason, after loading Edebug, 191source 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
826This value of this variable is an alist that associates the names of 826The value of this variable is an alist that associates the names of
827loaded library files with the names of the functions and variables 827loaded library files with the names of the functions and variables
828they defined, as well as the features they provided or required. 828they 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
165A keymap for translating keys. This one overrides ordinary key 165A keymap for translating keys. This one overrides ordinary key
166bindings, unlike @code{local- function-key-map}. @xref{Translation 166bindings, unlike @code{local-function-key-map}. @xref{Translation
167Keymaps}. 167Keymaps}.
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
512The value of this variable specifies the maximum length for all 512The value of this variable specifies the maximum length for all
513history lists that don't specify their own maximum lengths. If the 513history lists that don't specify their own maximum lengths. If the
514value is @code{t}, that means there no maximum (don't delete old 514value is @code{t}, that means there is no maximum (don't delete old
515elements). The value of @code{history-length} property of the history 515elements). The value of @code{history-length} property of the history
516list variable's symbol, if set, overrides this variable for that 516list variable's symbol, if set, overrides this variable for that
517particular history list. 517particular 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.
90If a file requires certain other Lisp programs to be loaded 90If a file requires certain other Lisp programs to be loaded
91beforehand, then the comments at the beginning of the file should say 91beforehand, then the comments at the beginning of the file should say
92so. Also, use @code{require} to make sure they are loaded. 92so. Also, use @code{require} to make sure they are loaded.
93x@xref{Named Features}. 93@xref{Named Features}.
94 94
95@item 95@item
96If a file @var{foo} uses a macro defined in another file @var{bar}, 96If 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
1664This variable is an older variant of @code{scroll-conservatively}. The 1664This variable is an older variant of @code{scroll-conservatively}.
1665difference is that it if its value is @var{n}, that permits scrolling 1665The difference is that if its value is @var{n}, that permits scrolling
1666only by precisely @var{n} lines, not a smaller number. This feature 1666only by precisely @var{n} lines, not a smaller number. This feature
1667does not work with @code{scroll-margin}. The default value is zero. 1667does not work with @code{scroll-margin}. The default value is zero.
1668@end defopt 1668@end defopt