1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00
Commit graph

183 commits

Author SHA1 Message Date
Chong Yidong
6221c8db7c * display.texi (Attribute Functions): Note that a function value
:height is relative, and that compatibility functions work by
calling set-face-attribute.
(Displaying Faces): Reorder list in order of increasing priority.
(Face Remapping): New node.  Content moved here from Displaying
Faces.
(Glyphs): Link to Face Functions.
2009-01-08 11:45:50 +00:00
Glenn Morris
6ed161e1d6 Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
Chong Yidong
e3d3799a71 * display.texi (Faces): Don't discuss face id here. facep does
not return t.
(Defining Faces): Minor clarification.
(Face Attributes): Rearrange items to match docstring of
set-face-attribute.  Add :foundry attribute.  Document new role of
:font attribute.  Texinfo usage fix.
(Attribute Functions): Copyedits.
(Face Functions): Note that face number is seldom used.
2009-01-08 01:19:34 +00:00
Richard M. Stallman
638a245702 (Predicates for Strings): Minor clarification. 2009-01-05 16:06:19 +00:00
Juanma Barranquero
49ea00743d * objects.texi (General Escape Syntax): Fix typo. 2009-01-04 19:44:58 +00:00
Martin Rudalics
9f822178d7 (Choosing Window): Say that pop-up-frame-alist
works via the default value of pop-up-frame-function.
2009-01-03 11:17:47 +00:00
Eli Zaretskii
af34ad36fc (System Processes): Document the time' and ctime' attributes of
`system-process-attributes'.
2009-01-02 15:20:05 +00:00
Chong Yidong
d31f667990 * display.texi (Face Attributes): Clarify :height attribute. 2009-01-01 08:28:56 +00:00
Martin Rudalics
174dc00c74 (The Buffer List): Clarify what moves a buffer to
the front of the buffer list.  Add entries for `last-buffer' and
`unbury-buffer'.
2008-12-31 17:13:32 +00:00
Eli Zaretskii
d14030f587 (Top): Add @detailmenu items for "Multiple Terminals" and its subsections. 2008-12-27 18:57:52 +00:00
Eli Zaretskii
765980a41e (Top): Add @detailmenu item for "Terminal Type". 2008-12-27 15:46:03 +00:00
Eli Zaretskii
47bd5577b2 (Top): Add a @detailmenu item for "Directory Local Variables". 2008-12-27 15:26:23 +00:00
Eli Zaretskii
eb22b78cab (Directory Local Variables): New node. 2008-12-27 15:23:37 +00:00
Eli Zaretskii
b8afe7e422 (Autoload): Document generate-autoload-cookie' and generated-autoload-file'. 2008-12-27 14:02:07 +00:00
Eli Zaretskii
028e2c1919 (Startup Summary): Add xref to documentation of `initial-window-system'. 2008-12-20 13:54:24 +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
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
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
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
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
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
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
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
cc0910af58 * frames.texi (Color Parameters): Document alpha parameter. 2008-11-18 07:05:26 +00:00
Martin Rudalics
aeeedf76d1 (Splitting Windows, Deleting Windows)
(Selecting Windows, Cyclic Window Ordering)
(Buffers and Windows, Displaying Buffers, Choosing Window)
(Dedicated Windows, Window Point, Window Start and End)
(Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
(Size of Window, Resizing Windows, Window Configurations)
(Window Parameters): Avoid @var at beginning of sentences and
reword accordingly.
2008-11-16 10:15:50 +00:00
Lute Kamstra
4c565c5c0f (File Name Components): Fix file-name-extension documentation. 2008-11-13 05:29:24 +00:00
Juanma Barranquero
25f494c911 * frames.texi (Basic Parameters): Remove display-environment-variable
and term-environment-variable.
2008-11-11 11:47:59 +00:00
Eli Zaretskii
a1401ab123 (Basic Windows, Splitting Windows)
(Deleting Windows, Selecting Windows, Cyclic Window Ordering)
(Buffers and Windows, Displaying Buffers, Dedicated Windows)
(Resizing Windows, Window Configurations, Window Parameters): Fix wording
and markup.
2008-11-08 18:07:29 +00:00
Martin Rudalics
86ab855a9a (Displaying Buffers): For switch-to-buffer mention that
it may fall back on pop-to-buffer.
(Window Point): Add entry for window-point-insertion-type.
2008-11-07 14:14:26 +00:00
Martin Rudalics
efafc282c9 (Top): Update Windows entries in @detailmenu section. 2008-11-07 13:13:05 +00:00
Juanma Barranquero
d60a8ab2ce * searching.texi (Regexp Search): Fix typo. 2008-11-04 15:05:13 +00:00
Chong Yidong
0177762770 * searching.texi (Regexp Search): Document GREEDY arg.
(Simple Match Data): Fix return value.
2008-11-03 19:19:33 +00:00
Eli Zaretskii
c4526e933c (Text Representations): Rewrite to make consistent with Emacs 23
internal representation of characters.  Document `unibyte-string'.
2008-11-01 16:36:10 +00:00