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
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
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
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
f9257eedc9
(Finteractive): Clarify the doc string - even promptless elements need \n
...
separators.
2009-03-22 15:09:48 +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
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
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
1cf53dc503
* advice.texi (Advising Primitives): Link to What Is a Function.
2009-03-13 01:58:56 +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
81f919fc6e
* loading.texi (Repeated Loading): Simplify examples.
2009-03-12 01:06:46 +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
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
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
d55f6ca59b
* objects.texi (General Escape Syntax): Update explanation of unicode
...
escape syntax.
2009-02-27 01:42:47 +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
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
8a63cf4125
* sequences.texi (Char-Tables): Link to Property Lists node.
2009-02-22 21:17: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
4068c7b43c
* lists.texi (List Elements): Copyedits.
2009-02-22 00:42:19 +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
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
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
Dan Nicolaescu
f79b43b27b
* frame.el (make-frame-on-tty): Remove function, inline contents
...
in the only user ...
* server.el (server-create-tty-frame): ... here.
* frames.texi (Multiple Displays): Remove documentation for
removed function make-frame-on-tty.
2009-01-22 06:58:10 +00:00
Chong Yidong
e3aa6669fa
* files.texi (Format Conversion Piecemeal): Clarify behavior of
...
write-region-annotate-functions. Document
write-region-post-annotation-function.
2009-01-22 04:53:32 +00:00
Chong Yidong
fb13a41632
* display.texi (Font Lookup): Document WIDTH argument of
...
x-list-fonts.
2009-01-19 15:29:05 +00:00
Eli Zaretskii
ead3f58d86
(Standard Keymaps): Rename function-key-map to local-function-key-map.
2009-01-17 19:16:08 +00:00
Eli Zaretskii
490f11979e
(Standard Hooks): Document suspend-tty-functions' and
resume-tty-functions'.
2009-01-17 18:47:53 +00:00
Eli Zaretskii
df05a1630f
(Top): Make @detailmenu be consistent with changes in frames.texi.
2009-01-17 16:33:55 +00:00
Eli Zaretskii
0ed8034edc
(Standard Hooks): Document `delete-frame-functions' and
...
`delete-terminal-functions'.
2009-01-17 16:32:09 +00:00
Eli Zaretskii
02eccf6bfb
(Coding System Basics): More accurate description of `raw-text'.
2009-01-17 10:09:52 +00:00
Juanma Barranquero
f19fea978e
* display.texi (Low-Level Font): Fix typo.
2009-01-12 10:22:35 +00:00
Chong Yidong
16fa292f51
* elisp.texi (Top): Update node listing.
...
* display.texi (PostScript Images): Node deleted.
2009-01-10 13:09:20 +00:00
Eli Zaretskii
3355f04dd8
(Decoding Output): Document that null bytes force no-conversion for reading
...
process output.
2009-01-10 12:50:38 +00:00
Eli Zaretskii
538395d97a
(Serial Ports): Improve wording, suggested by RMS.
2009-01-10 12:34:20 +00:00
Eli Zaretskii
c06ea95e7c
(Character Properties): Improve wording.
2009-01-10 12:30:41 +00:00
Eli Zaretskii
0b4faef3a5
(Lisp and Coding Systems): Document inhibit-null-byte-detection and
...
inhibit-iso-escape-detection.
2009-01-10 12:02:28 +00:00