1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-09 15:52:11 -07:00
Commit graph

9771 commits

Author SHA1 Message Date
Eli Zaretskii
b2fe54aec8 (Char-Tables): Fix wording in last change. 2008-10-16 07:20:31 +00:00
Glenn Morris
2d7752a0d3 Sean Sieger <sean.sieger at gmail.com> (tiny change)
(Recursion with list): Fix typo.
2008-10-16 04:09:13 +00:00
Chong Yidong
b0817f0037 * files.texi (Version Control): Copyedits. Add Bazaar.
(Version Control Systems): List different VCS's using an itemized list.
Add Bazaar.
(VCS Concepts): Copyedits.  Tweak description of file merging.
2008-10-15 23:46:55 +00:00
Chong Yidong
e3e89c088e (File Names): Reorganize description.
(Visiting): Add xref to Mode Line.  Copyedits.
(Save Commands): Mention prefix behavior of C-x C-s.
(Numbered Backups): Node deleted.
(Backup Names): Contents of Numbered Backups moved here.  State default
of version-control variable.
(Reverting): Copyedits.
(Version Control): Add additional version control systems.
2008-10-15 23:40:16 +00:00
Eli Zaretskii
c3aaf1d70f (Defining Commands, Using Interactive): The interactive-form of a function
can be added via its symbol's property.
2008-10-15 20:22:21 +00:00
Eli Zaretskii
2c30e468e9 (Writing Emacs Primitives): The interactive spec of a primitive can be
a Lisp form.
2008-10-15 20:20:39 +00:00
Eli Zaretskii
66e3cca6f3 (The Mark): Fix last change. 2008-10-15 19:53:00 +00:00
Eli Zaretskii
841a1743af *** empty log message *** 2008-10-15 19:50:43 +00:00
Eli Zaretskii
a053dae03a (Low-Level Kill Ring): Fix last change. 2008-10-15 17:04:07 +00:00
Chong Yidong
2aee6012cf (Mouse Commands, Cut/Paste Other App): Rewrite.
(Cut/Paste Other App): Document select-active-regions and
x-select-enable-primary.
2008-10-15 16:59:03 +00:00
Chong Yidong
b0f95216d2 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
(Cut/Paste Other App): Document select-active-regions and
x-select-enable-primary.
2008-10-15 16:58:53 +00:00
Eli Zaretskii
3c1f461958 (Creating Frames): Fix typo in last change. 2008-10-15 16:57:37 +00:00
Eli Zaretskii
16624be863 (The Mark): Document the lambda' and (only . OLD)' values of
transient-mark-mode.  Document handle-shift-selection.
2008-10-15 16:48:06 +00:00
Eli Zaretskii
ee6e73b8d9 (Using Interactive, Interactive Codes): Document `^'.
(Interactive Examples): Show an example of `^'.
(Key Sequence Input): Document this-command-keys-shift-translated.
2008-10-15 16:47:35 +00:00
Eli Zaretskii
52441368d6 (List Motion): beginning-of-defun-function can now accept an argument. 2008-10-15 15:00:53 +00:00
Eli Zaretskii
8e8c1a7214 (Low-Level Kill Ring): interprogram-paste-function can now return a list
of strings.
2008-10-15 14:44:02 +00:00
Eli Zaretskii
a33a1f2ac9 (Handling Errors): Document ignore-errors. 2008-10-15 12:49:11 +00:00
Eli Zaretskii
4fb04348e5 (Creating Frames): Document frame-inherited-parameters.
(Parameter Access): Document set-frame-parameter.
2008-10-15 12:25:19 +00:00
Eli Zaretskii
ee666f8409 (Creating Buffer-Local): Add an xref to "Setting Hooks" for the effect
of kill-all-local-variables on local hook functions.
2008-10-15 11:49:10 +00:00
Eli Zaretskii
9cf52b11bb (Major Mode Conventions, Mode Line Variables): `mode-name' need not be a
string.  xref to "Mode Line Data" for details, and to "Emulating Mode Line"
for computing a string value.
2008-10-15 11:27:32 +00:00
Eli Zaretskii
1dca458f88 (System Processes): Fix last change. 2008-10-14 15:58:17 +00:00
Eli Zaretskii
a65f6a855d (Top): Adjust the @detailmenu for the addition of "System Processes" section. 2008-10-14 15:38:57 +00:00
Eli Zaretskii
6fdbd4c63c (Editing Types): A `process' is a subprocess of Emacs, not just any process
running on the OS.
2008-10-14 15:37:20 +00:00
Eli Zaretskii
23dd4ecdbc (System Processes): New section.
(Processes, Signals to Processes): Add xrefs to it.
2008-10-14 15:36:55 +00:00
Eli Zaretskii
2724b26a3d (Char-Tables): Remove documentation of set-char-table-default, which has no
effect since Emacs 23.
<char-table-range, set-char-table-range>: Don't mention generic characters
and charsets.  Add a cons cell as a possible argument.
2008-10-14 12:48:12 +00:00
Eli Zaretskii
02e99324a2 (Splitting Characters, Translation of Characters): Don't mention generic
characters.
2008-10-14 12:47:06 +00:00
Eli Zaretskii
d15c8cce41 (Fontsets): Don't mention generic characters. 2008-10-14 12:46:40 +00:00
Eli Zaretskii
22526bc416 (Char-Tables): `map-char-table' can now call its argument FUNCTION with
a cons cell as KEY.
2008-10-14 11:39:50 +00:00
Eli Zaretskii
45e46036ff * objects.texi (Primitive Function Type): Move "@cindex special forms" from here...
* eval.texi (Special Forms): ...to here.
2008-10-13 11:24:22 +00:00
Eli Zaretskii
9b240644fb (What Is a Function): `functionp' returns nil for special forms. Add an xref. 2008-10-13 11:18:02 +00:00
Eli Zaretskii
eaf4b68932 (Top): Add a @detailmenu entry for "Frame-Local Variables". 2008-10-13 10:43:53 +00:00
Eli Zaretskii
34544152c9 (Frames): Mention multiple tty frames.
(Frame Parameters, Parameter Access): Mention frame-local variable bindings.
2008-10-13 10:39:26 +00:00
Eli Zaretskii
0f7766a426 (Frame-Local Variables): New section.
(Buffer-Local Variables): Add an xref to it.
(Intro to Buffer-Local, Creating Buffer-Local): A variable cannot have both
frame-local and buffer-local binding.
2008-10-13 10:38:43 +00:00
Chong Yidong
02105f6bf3 (Top): Update node order in Mark chapter. 2008-10-13 05:41:05 +00:00
Chong Yidong
13abd5e3ff (Shift Selection): Correct case in node name. 2008-10-13 05:40:56 +00:00
Chong Yidong
69d0d70128 * mark.texi (Shift Selection): Correct case in node name.
* emacs.texi (Top): Update node order in Mark chapter.
2008-10-13 05:40:48 +00:00
Eli Zaretskii
375e835140 (MS-DOS): Fix bad pxref. 2008-10-12 19:55:27 +00:00
Eli Zaretskii
2d6fc764ae (Minibuffer File): Fix markup in last change. Refer to elsewhere in the manual
instead of describing yet again the intricacies of $HOME on MS-Windows and MS-DOS.
2008-10-12 19:54:23 +00:00
Carsten Dominik
864c974046 Lots of minor fixes.
(Capture): New chapter.
(Org Plot): New section.
2008-10-12 06:22:56 +00:00
Carsten Dominik
a6520ff378 Add description for attachments, plus minor changes. 2008-10-12 06:21:55 +00:00
Chong Yidong
653ec62b85 (Minibuffer File): Add xref to File Names.
(Minibuffer File): Add discussion of `~' in file names.  Add
insert-default-directory index reference.
2008-10-12 00:46:08 +00:00
Chong Yidong
4f95951327 * mini.texi (Minibuffer File): Add xref to File Names.
(Minibuffer File): Add discussion of `~' in file names.  Add
insert-default-directory index reference.
2008-10-12 00:45:57 +00:00
Chong Yidong
9cfd630892 (General Variables): Change Numbered Backups xref to Backup Names.
(Initial Options): Document renamed variable inhibit-startup-screen.
2008-10-12 00:42:44 +00:00
Chong Yidong
f2884f63a7 * cmdargs.texi (Initial Options): Document renamed variable inhibit-startup-screen. 2008-10-12 00:42:32 +00:00
Chong Yidong
b535670d6c Delete Numbered Backups node. 2008-10-12 00:41:09 +00:00
Chong Yidong
02223edd5e (File Names): Reorganize description.
(Visiting): Add xref to Mode Line.  Copyedits.
(Save Commands): Mention prefix behavior of C-x C-s.
(Numbered Backups): Node deleted.
(Backup Names): Contents of Numbered Backups moved here.  State default
of version-control variable.
(Reverting): Copyedits.
(Version Control): Add additional version control systems.
2008-10-12 00:40:49 +00:00
Chong Yidong
ab58114f8a * files.texi (File Names): Reorganize description.
(Visiting): Add xref to Mode Line.  Copyedits.
(Save Commands): Mention prefix behavior of C-x C-s.
(Numbered Backups): Node deleted.
(Backup Names): Contents of Numbered Backups moved here.  State default
of version-control variable.
(Reverting): Copyedits.
(Version Control): Add additional version control systems.

* emacs.texi (Top): Delete Numbered Backups node.

* cmdargs.texi (General Variables): Change Numbered Backups xref to
Backup Names.
2008-10-12 00:40:06 +00:00
Romain Francoise
b0b5100aca (Edit Keyboard Macro): Lossage is now 300 keys. 2008-10-11 18:55:08 +00:00
Chong Yidong
ea146ed84a (Buffers): Add xrefs to Mode Line and Lisp Interaction.
(Select Buffer): Mention use of minibuffer history.  Describe default
value of default-major-mode.  Mention that C-x 4 b selects the other
window.
(List Buffers): Document CRM indicators in the order they appear.
(Kill Buffer): Document new command kill-matching buffers.
(Several Buffers): Move explanation of the relationship between buffer
list and buffer menu to the top.
(Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2008-10-11 17:35:20 +00:00
Chong Yidong
89774b5f39 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
(Select Buffer): Mention use of minibuffer history.  Describe default
value of default-major-mode.  Mention that C-x 4 b selects the other
window.
(List Buffers): Document CRM indicators in the order they appear.
(Kill Buffer): Document new command kill-matching buffers.
(Several Buffers): Move explanation of the relationship between buffer
list and buffer menu to the top.
(Indirect Buffers): Document new variable clone-indirect-buffer-hook.
2008-10-11 17:31:29 +00:00