1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

391 Commits

Author SHA1 Message Date
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
Chong Yidong
01c36a8c65 (Building Lists): Remove obsolete Emacs 20 usage of `append'. 2009-02-22 00:19:57 +00:00
Chong Yidong
9403944b41 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
`append'.

* sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
of `vconcat'.

* strings.texi (Creating Strings): Copyedits.  Remove obsolete
Emacs 20 usage of `concat'.
(Case Conversion): Copyedits.
2009-02-22 00:19:39 +00:00
Chong Yidong
3a6aa9653a Bump version number to 3.0.
(Top): Link to Font Type node.
2009-02-21 13:45:59 +00:00
Chong Yidong
43d02cfd1f (Version Info): Update version numbers in examples.
(Acknowledgements): List more contributors.
2009-02-21 13:45:36 +00:00
Chong Yidong
2bd1f99aca (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits.
(Frame Configuration Type): Emphasize that it is not primitive.
(Font Type): New node.
(Type Predicates): Add fontp; type-of now recognizes font object types.
2009-02-21 13:45:20 +00:00
Chong Yidong
b87a185f6d * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type): Minor edits.
(Frame Configuration Type): Emphasize that it is not primitive.
(Font Type): New node.
(Type Predicates): Add fontp; type-of now recognizes font object types.

* intro.texi (Version Info): Update version numbers in examples.
(Acknowledgements): List more contributors.

* elisp.texi: Bump version number to 3.0.
(Top): Link to Font Type node.
2009-02-21 13:45:00 +00:00
Juanma Barranquero
867d4bb371 Remove duplicate words. 2009-02-20 12:36:50 +00:00
Eli Zaretskii
77730170c0 (User-Chosen Coding Systems): Document that select-safe-coding-system
suggests raw-text if there are raw bytes in the region.
(Explicit Encoding): Warn not to use `undecided' when encoding.
2009-02-14 14:12:15 +00:00
Glenn Morris
c87362126b (Visibility of Frames): Mention the effect multiple
workspaces/desktops can have on visibility.

(as I learnt in bug#2199).
2009-02-11 04:15:18 +00:00
Eli Zaretskii
7d2a859fab (Explicit Encoding): Document the `charset' text property produced by
decode-coding-region and decode-coding-string.
2009-02-07 11:48:40 +00:00
Eli Zaretskii
ab992d6629 (Commands for Insertion): Reinstate documentation of
translation-table-for-input.
2009-02-07 11:09:56 +00:00
Eli Zaretskii
a894169f5a (Event Mod): Reinstate documentation of translation-table-for-input. 2009-02-07 11:08:45 +00:00
Eli Zaretskii
ec9e95235a (Searching Keymaps): Reinstate documentation of translation-table-for-input. 2009-02-07 11:08:01 +00:00
Eli Zaretskii
5c9c5c4ba0 (Translation of Characters): Reinstate documentation of
translation-table-for-input.
2009-02-07 11:07:22 +00:00
Chong Yidong
a436e145b7 Bump version to 23.0.90. 2009-02-01 22:04:25 +00:00
Alan Mackenzie
e6c815ae09 (Search-based Fontification): Correct a typo. 2009-01-27 09:40:25 +00:00
Alan Mackenzie
e651a255bc *** empty log message *** 2009-01-27 09:39:11 +00:00
Juanma Barranquero
bc5cde4b2e * abbrevs.texi (Abbrev Table Properties): Fix typo.
Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
2009-01-25 12:10:52 +00:00
Eli Zaretskii
f721dedaef (Window Systems): Document the value of `initial-window-system' under --daemon. 2009-01-24 20:24:18 +00:00
Eli Zaretskii
3533155bcf (System Environment): Remove description of the `environment' function which
has been deleted.
2009-01-24 16:24:17 +00:00