Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b6a5d601
Commit
b6a5d601
authored
Mar 31, 2007
by
Eli Zaretskii
Browse files
Improve indexing.
parent
1700dd0f
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
3 deletions
+12
-3
lispref/display.texi
lispref/display.texi
+1
-0
lispref/frames.texi
lispref/frames.texi
+1
-0
lispref/hash.texi
lispref/hash.texi
+4
-3
lispref/locals.texi
lispref/locals.texi
+1
-0
lispref/maps.texi
lispref/maps.texi
+1
-0
lispref/numbers.texi
lispref/numbers.texi
+2
-0
lispref/positions.texi
lispref/positions.texi
+1
-0
lispref/processes.texi
lispref/processes.texi
+1
-0
No files found.
lispref/display.texi
View file @
b6a5d601
...
...
@@ -4621,6 +4621,7 @@ buffer. If @var{count-current} is non-@code{nil}, count any button at
@node Abstract Display
@section Abstract Display
@cindex ewoc
@cindex abstract display
@cindex display, abstract
@cindex display, arbitrary objects
@cindex model/view/controller
...
...
lispref/frames.texi
View file @
b6a5d601
...
...
@@ -555,6 +555,7 @@ If non-@code{nil}, this frame's window is never split automatically.
@node Management Parameters
@subsubsection Window Management Parameters
@cindex window manager, and frame parameters
These frame parameters, meaningful only on window system displays,
interact with the window manager.
...
...
lispref/hash.texi
View file @
b6a5d601
...
...
@@ -7,10 +7,11 @@
@node Hash Tables, Symbols, Sequences Arrays Vectors, Top
@chapter Hash Tables
@cindex hash tables
@cindex lookup tables
A hash table is a very fast kind of lookup table, somewhat like
a
n alist in that it maps keys to corresponding values. It differs
from an alist in these ways:
A hash table is a very fast kind of lookup table, somewhat like
an
a
list (@pxref{Association Lists}) in that it maps keys to
corresponding values. It differs
from an alist in these ways:
@itemize @bullet
@item
...
...
lispref/locals.texi
View file @
b6a5d601
...
...
@@ -9,6 +9,7 @@
@c The title "Standard Buffer-Local Variables" is too long for
@c smallbook. --rjc 30mar92
@cindex buffer-local variables, general-purpose
@cindex standard buffer-local variables
The table below lists the general-purpose Emacs variables that
automatically become buffer-local in each buffer. Most become
...
...
lispref/maps.texi
View file @
b6a5d601
...
...
@@ -6,6 +6,7 @@
@setfilename ../info/maps
@node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top
@appendix Standard Keymaps
@cindex standard keymaps
The following symbols are used as the names for various keymaps.
Some of these exist when Emacs is first started, others are
...
...
lispref/numbers.texi
View file @
b6a5d601
...
...
@@ -480,6 +480,7 @@ depending on your machine.
@node Arithmetic Operations
@section Arithmetic Operations
@cindex arithmetic operations
Emacs Lisp provides the traditional four arithmetic operations:
addition, subtraction, multiplication, and division. Remainder and modulus
...
...
@@ -1039,6 +1040,7 @@ bit is one in the result if, and only if, the @var{n}th bit is zero in
@section Standard Mathematical Functions
@cindex transcendental functions
@cindex mathematical functions
@cindex floating-point functions
These mathematical functions allow integers as well as floating point
numbers as arguments.
...
...
lispref/positions.texi
View file @
b6a5d601
...
...
@@ -642,6 +642,7 @@ beginning of the first screen line. @xref{Minibuffer Contents}.
@cindex sexp motion
@cindex Lisp expression motion
@cindex list motion
@cindex balanced-parenthesis expressions
Here are several functions concerned with balanced-parenthesis
expressions (also called @dfn{sexps} in connection with moving across
...
...
lispref/processes.texi
View file @
b6a5d601
...
...
@@ -2072,6 +2072,7 @@ If the vector does not include the port number, @var{p}, or if
@node Byte Packing
@section Packing and Unpacking Byte Arrays
@cindex byte packing and unpacking
This section describes how to pack and unpack arrays of bytes,
usually for binary network protocols. These functions convert byte arrays
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment