1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

1243 Commits

Author SHA1 Message Date
Chong Yidong
130a29b6a5 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
instead of obsolete pre-abbrev-expand-hook.  Link to elisp manual.
2009-03-01 19:08:39 +00:00
Glenn Morris
79fc530ea7 (Rmail): Use consistent case in menu. 2009-03-01 01:05:50 +00:00
Glenn Morris
9d5de6f80b (Rmail): Fix some typos.
(Rmail Motion): - M-s searches from the end of messages.
(Rmail Deletion): Minor clarification.  Fix numeric argument
description.
(Rmail Inbox): Fix default inbox description.  Mention `mbox' by name.
newmail and RMAILOSE files need not be in home-directory.
(Rmail Files): Mention I/O menus are unselectable if no files match.
Mention `MAIL' env-var.
2009-03-01 01:00:47 +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
Glenn Morris
8a76755b73 (Emacs for minimalists): New node. (Bug#2452) 2009-02-25 04:01:00 +00:00
Jason Rumney
a4bead1292 (Fontsets): Correction to fontset-standard description. 2009-02-24 14:01:21 +00:00
Jason Rumney
a93be82a3c Add bug reference 2009-02-24 13:42:02 +00:00
Jason Rumney
70bb6cacce (International): Link to Modifying Fontsets. 2009-02-24 13:38:14 +00:00
Jason Rumney
b545ff9ce2 (Fontsets): Mention fontset-default, font specs and fallback fontsets.
(Defining Fontsets): Mention ns and w32 variants of standard-fontset-spec.
Update description of startup fontset to match Emacs 23 behavior.
(Modifying Fontsets): New section.
2009-02-24 13:33:58 +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
Adrian Robert
75da06183b fix date in last commit 2009-02-23 08:07:31 +00:00
Adrian Robert
88ddb9ff42 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
Mention ns-extended-platform-support-mode.
2009-02-23 08:05:58 +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
Miles Bader
0038d4781b Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1552
2009-02-23 05:06:26 +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
Karl Berry
6be93a16ae one more duplicate word 2009-02-22 19:37:33 +00:00
Karl Berry
6bd6c2faca dup word by 2009-02-22 19:32:53 +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
Glenn Morris
49b5c0e87e Minor updates for mbox rather than Babyl. 2009-02-20 06:18:51 +00:00
Glenn Morris
3a44dc1f0f (Miscellaneous Commands): Minor updates for mbox Rmail. 2009-02-20 04:30:32 +00:00
Glenn Morris
bc79f9aba1 Minor updates for mbox Rmail. 2009-02-20 04:30:07 +00:00
Karl Berry
f43a822c7d add @insertcopying, bug#1988 2009-02-17 19:06:56 +00:00
Richard M. Stallman
80d634b8d9 (Antinews): Mention Babyl format. 2009-02-17 18:23:29 +00:00
Richard M. Stallman
4cb3f6ba67 (Top): Delete `Out of Rmail' from subnode menu. 2009-02-17 18:16:39 +00:00
Richard M. Stallman
5f50b807bb Update for mbox format.
Various small fixes, as well as the following.
(Out of Rmail): Node deleted.
(Rmail): Update menu.
(Rmail Files): Comment out set-rmail-inbox-list.
Document rmail-inbox-list instead.
(Rmail Output): Substantial changes since C-o is now
rmail-output-as-seen and o is rmail-output.
(Rmail Attributes): Delete `stored', add `retried'.
(Rmail Display): Editing headers works in all cases.
2009-02-17 18:15:59 +00:00
Glenn Morris
f0d129c6d6 (Position Info): M-x count-lines-region is not always on M-=. (Bug#2269) 2009-02-17 07:14:11 +00:00
Karl Berry
5dc584b517 consistently use @insertcopying, @direntry, @contents 2009-02-16 17:41:58 +00:00
Miles Bader
9eb59592ad Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1548
2009-02-16 09:32:19 +00:00