1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

411 commits

Author SHA1 Message Date
Eli Zaretskii
1213465a82 (System Environment): Update the list of system-type values. 2009-03-27 14:54:15 +00:00
Eli Zaretskii
c5e0006dc4 (The Mark) <handle-shift-selection>: Update for removal of the optional
argument DEACTIVATE.
2009-03-27 14:43:14 +00:00
Chong Yidong
4b0f717890 (Focus Events): Most X window managers don't use focus-follows-mouse
nowadays.
2009-03-25 14:18:31 +00:00
Chong Yidong
48bab3d600 * commands.texi (Focus Events): Most X window managers don't use
focus-follows-mouse nowadays.
2009-03-25 14:17:57 +00:00
Chong Yidong
8421dd353c (Defining Commands): Clarify introduction.
(Using Interactive): Not that interactive can be put in a symbol
property.
(Interactive Call): Note that a symbol with a non-nil
interactive-form property satisfies commandp.
2009-03-24 17:08:49 +00:00
Chong Yidong
6e4ff1b6e0 * commands.texi (Defining Commands): Clarify introduction.
(Using Interactive): Not that interactive can be put in a symbol
property.
(Interactive Call): Note that a symbol with a non-nil
interactive-form property satisfies commandp.
2009-03-24 17:07:06 +00:00
Juanma Barranquero
116253083c * minibuf.texi (Intro to Minibuffers): Fix typos. 2009-03-23 10:10:39 +00:00
Chong Yidong
a560da7e8e (Intro to Minibuffers): Remove long-obsolete info
about minibuffers in old Emacs versions.  Copyedits.  Emphasize
that enable-recursive-minibuffers defaults to nil.
(Text from Minibuffer): Simplify introduction.
2009-03-23 03:07:51 +00:00
Chong Yidong
7b34420de7 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
about minibuffers in old Emacs versions.  Copyedits.  Emphasize
that enable-recursive-minibuffers defaults to nil.
(Text from Minibuffer): Simplify introduction.
2009-03-23 03:07:41 +00:00
Alan Mackenzie
9fa6d45557 (Using Interactive): Clarify string argument to `interactive' - even
promptless elements need \n separators.
2009-03-22 15:12:01 +00:00
Alan Mackenzie
f9257eedc9 (Finteractive): Clarify the doc string - even promptless elements need \n
separators.
2009-03-22 15:09:48 +00:00
Chong Yidong
745c5f7bbb (Top): Update node listing. 2009-03-18 04:01:15 +00:00
Chong Yidong
dc1ce9aa18 (Completion Styles): New node. 2009-03-18 04:01:05 +00:00
Chong Yidong
f639ba70f6 * minibuf.texi (Completion Styles): New node.
* elisp.texi (Top): Update node listing.
2009-03-18 04:00:42 +00:00
Chong Yidong
b613b1dcc8 (Basic Completion): Note that read-file-name-completion-ignore-case
and read-buffer-completion-ignore-case can override
completion-ignore-case.
(Minibuffer Completion): Document completing-read changes.
(Completion Commands): Avoid mentioning partial completion mode.
Document minibuffer-completion-confirm changes, and
minibuffer-confirm-exit-commands.
(High-Level Completion): Document new require-match behavior for
read-buffer.  Document read-buffer-completion-ignore-case.
(Reading File Names): Document new require-match behavior for
read-file-name.
2009-03-17 04:54:14 +00:00
Chong Yidong
d897e8eefb * minibuf.texi (Basic Completion): Note that
read-file-name-completion-ignore-case and
read-buffer-completion-ignore-case can override
completion-ignore-case.
(Minibuffer Completion): Document completing-read changes.
(Completion Commands): Avoid mentioning partial completion mode.
Document minibuffer-completion-confirm changes, and
minibuffer-confirm-exit-commands.
(High-Level Completion): Document new require-match behavior for
read-buffer.  Document read-buffer-completion-ignore-case.
(Reading File Names): Document new require-match behavior for
read-file-name.
2009-03-17 04:54:03 +00:00
Chong Yidong
260d5efc91 (Error Debugging): Don't mislead the reader into
thinking that debug-on-error enters debugger for C-f at EOB.
(Error Debugging): Setting debug-on-init within the init file
works, and has for some time.
2009-03-14 21:21:41 +00:00
Chong Yidong
b1f23349eb * debugging.texi (Error Debugging): Don't mislead the reader into
thinking that debug-on-error enters debugger for C-f at EOB.
(Error Debugging): Setting debug-on-init within the init file
works, and has for some time.
2009-03-14 21:21:32 +00:00
Kenichi Handa
d6eb4e250a (Fontsets): Update the description. 2009-03-13 05:07:14 +00:00
Chong Yidong
f6272a7dd5 (Advising Primitives): Link to What Is a Function. 2009-03-13 01:59:05 +00:00
Chong Yidong
1cf53dc503 * advice.texi (Advising Primitives): Link to What Is a Function. 2009-03-13 01:58:56 +00:00
Chong Yidong
c36745c6e4 (Speed of Byte-Code): Update example.
(Disassembly): Update examples.
2009-03-12 01:52:59 +00:00
Chong Yidong
cf4229eb0a * compile.texi (Speed of Byte-Code): Update example.
(Disassembly): Update examples.
2009-03-12 01:52:35 +00:00
Chong Yidong
dc40117535 (Repeated Loading): Simplify examples. 2009-03-12 01:06:53 +00:00
Chong Yidong
81f919fc6e * loading.texi (Repeated Loading): Simplify examples. 2009-03-12 01:06:46 +00:00
Chong Yidong
0f631634b2 (Common Keywords): It's not necessary to use :tag
to remove hyphens, as custom-unlispify-tag-name does it
automatically.
(Variable Definitions): Link to File Local Variables.  Document
customized-value symbol property.
(Customization Types): Move menu to end of node.
2009-03-12 00:10:08 +00:00
Chong Yidong
f2bbc08cb4 * customize.texi (Common Keywords): It's not necessary to use :tag
to remove hyphens, as custom-unlispify-tag-name does it
automatically.
(Variable Definitions): Link to File Local Variables.  Document
customized-value symbol property.
(Customization Types): Move menu to end of node.
2009-03-12 00:00:47 +00:00
Chong Yidong
ebfbce6793 (Compiling Macros): Omit misleading sentence, which implied that
macros can only be used in the same file they are defined.
(Backquote): Remove obsolete information about Emacs 19.
2009-03-10 00:43:20 +00:00
Chong Yidong
955964d7e9 * macros.texi (Compiling Macros): Omit misleading sentence, which
implied that macros can only be used in the same file they are
defined.
(Backquote): Remove obsolete information about Emacs 19.
2009-03-10 00:43:07 +00:00
Glenn Morris
d25ed7dba3 John Foerch <jjfoerch at earthlink.net> (tiny change)
(Display Margins): Fix paren typo.
2009-03-05 03:54:27 +00:00
Chong Yidong
3277011456 (Variables): Clarify introduction.
(Global Variables): Mention that setq is a special form.
(Local Variables): Use active voice.
(Tips for Defining): Mention marking variables as safe.
(Buffer-Local Variables): Mention terminal-local and frame-local
variables together.
(File Local Variables): Copyedits.
(Frame-Local Variables): Note that they are not really useful.
(Future Local Variables): Node deleted.
2009-02-27 03:59:03 +00:00
Chong Yidong
d0884adf3e (Top): Update node listing. 2009-02-27 03:58:52 +00:00
Chong Yidong
f0e57ed89a * elisp.texi (Top): Update node listing.
* variables.texi (Variables): Clarify introduction.
(Global Variables): Mention that setq is a special form.
(Local Variables): Use active voice.
(Tips for Defining): Mention marking variables as safe.
(Buffer-Local Variables): Mention terminal-local and frame-local
variables together.
(File Local Variables): Copyedits.
(Frame-Local Variables): Note that they are not really useful.
(Future Local Variables): Node deleted.
2009-02-27 03:58:34 +00:00
Chong Yidong
fb080b287c (General Escape Syntax): Update explanation of unicode escape syntax. 2009-02-27 01:44:02 +00:00
Chong Yidong
d55f6ca59b * objects.texi (General Escape Syntax): Update explanation of unicode
escape syntax.
2009-02-27 01:42:47 +00:00
Chong Yidong
3f2d84c759 Bump version to 23.0.91. 2009-02-26 01:06:51 +00:00
Chong Yidong
a5b99fab3a (Intro Eval): Copyedits. Standardize on "form" instead of "expression" throughout.
(Function Indirection): Copyedits.  Use active voice.
(Eval): The default value of max-lisp-eval-depth is now 400.
2009-02-23 17:43:28 +00:00
Chong Yidong
13e31e2bd1 (Control Structures): Add cindex entry for "textual order". 2009-02-23 17:41:38 +00:00
Chong Yidong
ca8f09a82b * control.texi (Control Structures): Add cindex entry for "textual
order".

* eval.texi (Intro Eval): Copyedits.  Standardize on "form"
instead of "expression" throughout.
(Function Indirection): Copyedits.  Use active voice.
(Eval): The default value of max-lisp-eval-depth is now 400.
2009-02-23 17:41:25 +00:00
Miles Bader
a20878b6d8 Rename system-process-attributes' to process-attributes'
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1553
2009-02-23 05:06:36 +00:00
Chong Yidong
0f0073d09f (Property Lists): Emphasize that property lists are not restricted to symbol cells.
(Other Plists): Copyedit.
2009-02-22 21:56:05 +00:00
Chong Yidong
1b80d1f358 * symbols.texi (Property Lists): Emphasize that property lists are
not restricted to symbol cells.
(Other Plists): Copyedit.
2009-02-22 21:55:55 +00:00
Chong Yidong
a61bc6e204 (Char-Tables): Link to Property Lists node. 2009-02-22 21:17:26 +00:00
Chong Yidong
8a63cf4125 * sequences.texi (Char-Tables): Link to Property Lists node. 2009-02-22 21:17:15 +00:00
Chong Yidong
c19ac817da (Sequences Arrays Vectors): Make introduction more concise.
(Arrays): Mention char-tables and bool-vectors too.
(Vectors): Don't repeat information given in Arrays node.  Link to
nodes that explain the vector usage examples.
(Char-Tables): Note that char-table elements can have arbitrary
type.  Explain effect of omitted char-table-extra-slots property.
2009-02-22 21:07:15 +00:00
Chong Yidong
61f660448f * sequences.texi (Sequences Arrays Vectors): Make introduction
more concise.
(Arrays): Mention char-tables and bool-vectors too.
(Vectors): Don't repeat information given in Arrays node.  Link to
nodes that explain the vector usage examples.
(Char-Tables): Note that char-table elements can have arbitrary
type.  Explain effect of omitted char-table-extra-slots property.
2009-02-22 21:07:04 +00:00
Chong Yidong
b6a5263fb3 (List Elements): Copyedits. 2009-02-22 00:42:28 +00:00
Chong Yidong
4068c7b43c * lists.texi (List Elements): Copyedits. 2009-02-22 00:42:19 +00:00
Chong Yidong
8f88eb24b2 (Creating Strings): Copyedits. Remove obsolete Emacs 20 usage of `concat'.
(Case Conversion): Copyedits.
2009-02-22 00:22:46 +00:00
Chong Yidong
5fbf8b28ee (Vector Functions): Remove obsolete Emacs 20 use of `vconcat'. 2009-02-22 00:20:17 +00:00