1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00
Commit graph

282 commits

Author SHA1 Message Date
Eli Zaretskii
028e2c1919 (Startup Summary): Add xref to documentation of `initial-window-system'. 2008-12-20 13:54:24 +00:00
Eli Zaretskii
4267d51509 (Window Systems): Document `initial-window-system'. 2008-12-20 13:52:30 +00:00
Eli Zaretskii
77bb04766a (Window Systems): Document `window-system' the function. The variable
`window-system' is now frame-local.
2008-12-20 13:48:32 +00:00
Martin Rudalics
dda87836a2 (Windows): Rewrite description of
fit-window-to-buffer.
2008-12-19 09:15:39 +00:00
Glenn Morris
b3e755a92f Format and file name fixes, for AUTHORS. 2008-12-19 03:10:27 +00:00
Juanma Barranquero
3e868ee3b1 Fix typo. 2008-12-18 16:52:33 +00:00
Glenn Morris
caef3ed2d0 (Font Lock Basics): Fix level description. (Bug#1534)
(Levels of Font Lock): Refer to font-lock-maximum-decoration.
2008-12-13 04:11:03 +00:00
Glenn Morris
21c58e4d62 (Error Debugging): Refer forwards to eval-expression-debug-on-error. 2008-12-12 03:55:24 +00:00
Eli Zaretskii
5dedd9b51b (String Basics): Only unibyte strings that represent key sequences hold
8-bit raw bytes.
2008-12-05 16:54:24 +00:00
Eli Zaretskii
b3f1f4a52d (Character Sets): Document `map-charset-chars'. 2008-12-05 16:30:01 +00:00
Eli Zaretskii
af38459ffe (Coding System Basics): Rewrite @ignore'd paragraph to speak about `undecided'.
(Character Properties): Don't explain the meaning of each property; instead,
identify their Unicode Standard names.
2008-12-05 16:11:37 +00:00
Glenn Morris
fa047ae702 (Format Conversion Round-Trip): Rewrite format-write-file section yet again. 2008-12-02 03:40:15 +00:00
Eli Zaretskii
98d059989a (Top): Add a @detailmenu entry for "Character Properties". 2008-11-29 17:06:11 +00:00
Eli Zaretskii
91211f0717 (Character Properties): New Section.
(Specifying Coding Systems): Document `coding-system-priority-list',
`set-coding-system-priority', and `with-coding-priority'.
(Lisp and Coding Systems): Document `check-coding-systems-region' and
`coding-system-charset-list'.
(Coding System Basics): Document `coding-system-aliases'.
2008-11-29 17:03:54 +00:00
Eli Zaretskii
47dbc0440f (Character Type): Correct the range of Emacs characters. Add an @xref
to "Character Codes".
2008-11-29 12:20:25 +00:00
Eli Zaretskii
b517357487 (String Basics): Add an @xref to "Character Codes". 2008-11-29 12:19:22 +00:00
Eli Zaretskii
57e2db6dec (Integer Basics): Add an @xref to `max-char'. 2008-11-29 12:18:44 +00:00
Eli Zaretskii
800702607a (Explicit Encoding): Update for Emacs 23.
(Character Codes): Document `max-char'.
2008-11-29 12:18:14 +00:00
Eli Zaretskii
8b80cdf500 (Text Representations, Converting Representations, Character Sets,
Scanning Charsets, Translation of Characters): Make text more accurate.
2008-11-28 13:26:43 +00:00
Glenn Morris
a99dceba92 (Format Conversion Round-Trip): Improve previous change. 2008-11-28 03:32:15 +00:00
Chong Yidong
2674569bd5 (Auto Major Mode): Fix example. 2008-11-26 16:11:58 +00:00
Chong Yidong
f6dc3bed46 * modes.texi (Auto Major Mode): Fix example. 2008-11-26 16:11:42 +00:00
Glenn Morris
5da9413d6c (Format Conversion Round-Trip): Use active voice for previous change. 2008-11-25 04:29:05 +00:00
Glenn Morris
59f800540b (Signaling Errors): Fix `wrong-type-argument' name. 2008-11-25 04:27:29 +00:00
Chong Yidong
762ed4ad33 (nil and t): Fix typo. 2008-11-25 03:52:14 +00:00
Chong Yidong
8c641f06a8 (Predicates for Strings): Fix typo. 2008-11-25 03:52:05 +00:00
Chong Yidong
b0fbc5000c (Declaring Functions): Fix typo. 2008-11-25 03:51:57 +00:00
Chong Yidong
77111ca680 (Key Sequence Input): Fix typos. 2008-11-25 03:51:47 +00:00
Chong Yidong
4990219b44 (Changing Files, Magic File Names): Fix typos. 2008-11-25 03:51:37 +00:00
Chong Yidong
b6474f84fa (Choosing Window, Selecting Windows): Fix typos. 2008-11-25 03:51:26 +00:00
Chong Yidong
1badc63c69 (The Mark): Fix typo. 2008-11-25 03:51:02 +00:00
Chong Yidong
4185820cd1 (Transaction Queues): Fix typo. 2008-11-25 03:50:53 +00:00
Chong Yidong
e2b7cebbd1 (Processor Run Time): Fix typo. 2008-11-25 03:50:41 +00:00
Chong Yidong
fcca848c04 * os.texi (Processor Run Time):
* processes.texi (Transaction Queues):
* markers.texi (The Mark):
* windows.texi (Choosing Window, Selecting Windows):
* files.texi (Changing Files, Magic File Names):
* commands.texi (Key Sequence Input):
* functions.texi (Declaring Functions):
* strings.texi (Predicates for Strings):
* intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2008-11-25 03:50:17 +00:00
Chong Yidong
923dfbaa56 (Defining Variables): Note that `*' is not necessary if defcustom is
used.
2008-11-24 23:19:29 +00:00
Chong Yidong
f5c63335c9 (Accessing Documentation): Update example. 2008-11-24 23:19:22 +00:00
Chong Yidong
36c8dc54b4 * help.texi (Accessing Documentation): Update example.
* variables.texi (Defining Variables): Note that `*' is not
necessary if defcustom is used.
2008-11-24 23:19:16 +00:00
Eli Zaretskii
2a79b24203 (Top): Remove "Chars and Bytes" and "Splitting Characters" from @detailmenu. 2008-11-22 18:25:05 +00:00
Eli Zaretskii
031c41dedd (Character Codes, Character Sets)
(Scanning Charsets, Translation of Characters): Update for Emacs 23.
(Chars and Bytes, Splitting Characters): Sections removed.
2008-11-22 18:22:36 +00:00
Lute Kamstra
392f0d2631 (Text Lines): Update goto-line documentation. 2008-11-22 17:37:38 +00:00
Martin Rudalics
6a4cfb0c8f (Frames): Fix typo, add cross references, reword.
(Initial Parameters): Reword special-display-frame-alist text.
(Frames and Windows): Reword.  Describe argument norecord for
set-frame-selected-window.
(Input Focus): Describe argument norecord for select-frame.
Remove comment on MS-Windows behavior for focus-follows-mouse.
(Raising and Lowering): Mention windows-frames dichotomy in
metaphor.
2008-11-21 10:20:14 +00:00
Martin Rudalics
af1a5cd5ae (Displaying Buffers, Vertical Scrolling)
(Horizontal Scrolling): Fix indenting and rewording issues
introduced with 2008-11-07 change.
2008-11-21 07:40:09 +00:00
Glenn Morris
c249fa9c31 (Format Conversion Round-Trip): Mention preserve' element of format-alist'. 2008-11-20 02:42:27 +00:00
Glenn Morris
204d4665fb Relicense under FDL 1.3 or later. 2008-11-19 04:25:49 +00:00
Glenn Morris
a6b58e1d22 Update to FDL 1.3. 2008-11-19 04:25:25 +00:00
Chong Yidong
e070558d7b (Other Font Lock Variables): Document jit-lock-register and
jit-lock-unregister.
2008-11-18 18:09:32 +00:00
Chong Yidong
38b1d3469c (Window Hooks): Remove *-end-trigger-functions vars, which are
obsolete.  Mention jit-lock-register.
2008-11-18 18:08:55 +00:00
Chong Yidong
efe6e7c459 * windows.texi (Window Hooks): Remove *-end-trigger-functions
vars, which are obsolete.  Mention jit-lock-register.

* modes.texi (Other Font Lock Variables): Document
jit-lock-register and jit-lock-unregister.
2008-11-18 18:08:43 +00:00
Chong Yidong
8999d86f5b Minor fix. 2008-11-18 07:07:46 +00:00
Chong Yidong
d9ce48d618 (Color Parameters): Document alpha parameter. 2008-11-18 07:05:36 +00:00