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

435 Commits

Author SHA1 Message Date
Chong Yidong
97d8273fa2 * nonascii.texi (Text Representations): Copyedits.
(Coding System Basics): Also mention utf-8-emacs.
(Converting Representations, Selecting a Representation)
(Scanning Charsets, Translation of Characters, Encoding and I/O):
Copyedits.
(Character Codes): Mention role of codepoints 1114112 to 4194175.
2009-04-10 01:16:27 +00:00
Chong Yidong
2bad329985 * text.texi (Yank Commands): Note that yank uses push-mark.
(Filling): Clarify REGION argument of fill-paragraph.  Document
fill-forward-paragraph-function.
(Special Properties): Remove "new in Emacs 22" declaration.
(Clickable Text): Merge with Links and Mouse-1 node.

* display.texi (Button Properties, Button Buffer Commands): Change
xref to Clickable Text.

* tips.texi (Key Binding Conventions): Change xref to Clickable
Text.

* elisp.texi (Top): Update node listing.
2009-04-09 01:17:08 +00:00
Chong Yidong
47af2f4b96 * markers.texi (The Mark): Copyedits. Improve description of
handle-shift-selection.
(The Region): Move use-region-p here from The Mark.
2009-04-06 01:20:55 +00:00
Chong Yidong
ea30ce4f23 * positions.texi (Screen Lines): Document (cols . lines) argument
for vertical-motion.
2009-04-05 05:11:48 +00:00
Chong Yidong
3ec61d4e52 * frames.texi (Frames): Clean up introduction. Document `ns'
return value for framep.
(Creating Frames): Note how the terminal is chosen.
(Multiple Terminals, Multiple Displays): Merge into a single node.
(Color Parameters): Fix typo.

* variables.texi (Local Variables, Buffer-Local Variables)
(Creating Buffer-Local): Change link to Multiple Terminals.

* os.texi (X11 Keysyms): Change link to Multiple Terminals.

* keymaps.texi (Controlling Active Maps): Change link to Multiple
Terminals.

* commands.texi (Command Loop Info, Keyboard Macros): Change link
to Multiple Terminals.

* elisp.texi (Top): Update node listing.
* vol2.texi (Top): Update node listing.
* vol1.texi (Top): Update node listing.
2009-04-04 22:34:23 +00:00
Chong Yidong
9257072f4f * buffers.texi (Current Buffer): Note that the append-to-buffer
example is no longer in synch with the latest code.  Tie the two
examples together.
2009-04-04 01:51:58 +00:00
Chong Yidong
2aa8ea6ece * files.texi (File Attributes): Move note about MS-DOS from
Changing Files to File Attributes.
(Create/Delete Dirs): Note that mkdir is an alias for this.
2009-04-04 01:32:57 +00:00
Chong Yidong
fd211f0b3c (Filter Functions): Suggest how to handle output batches. 2009-04-01 03:51:14 +00:00
Chong Yidong
22e74b1747 * processes.texi (Filter Functions): Suggest how to handle output
batches.
2009-04-01 03:50:58 +00:00
Chong Yidong
91e6d74d7b Bump version to 23.0.92. 2009-03-31 02:04:39 +00:00
Chong Yidong
b2a77f6dc3 (Accessing Documentation): Update example to use
help-setup-xref and with-help-window.
(Help Functions): Remove print-help-return-message, which is
semi-obsolete due to with-help-window.  Document help-buffer and
help-setup-xref.
2009-03-30 21:57:28 +00:00
Chong Yidong
4bbe48ec13 * help.texi (Accessing Documentation): Update example to use
help-setup-xref and with-help-window.
(Help Functions): Remove print-help-return-message, which is
semi-obsolete due to with-help-window.  Document help-buffer and
help-setup-xref.
2009-03-30 21:57:07 +00:00
Chong Yidong
bbe45ef7c0 (Help Functions): Remove a sentence about long-obsolete Emacs versions. 2009-03-29 19:14:21 +00:00
Chong Yidong
87f649f65c * help.texi (Help Functions): Remove a sentence about long-obsolete
Emacs versions.
2009-03-29 19:14:13 +00:00
Chong Yidong
9e375bf071 (Accessing Documentation): Remove a sentence about long-obsolete Emacs versions. 2009-03-29 18:22:37 +00:00
Chong Yidong
9eb52e90b2 * help.texi (Accessing Documentation): Remove a sentence about
long-obsolete Emacs versions.
2009-03-29 18:22:10 +00:00
Chong Yidong
2079438ac6 (Mode Line Variables): The default values of the mode
line variables are now more complicated.
2009-03-29 17:42:26 +00:00
Chong Yidong
b9723f3984 * modes.texi (Mode Line Variables): The default values of the mode
line variables are now more complicated.
2009-03-29 17:42:11 +00:00
Chong Yidong
c986813b27 (Derived Modes): Note that define-derive-mode sets the mode-class
property.
2009-03-28 13:49:57 +00:00
Chong Yidong
31c9eebb5a * modes.texi (Derived Modes): Note that define-derive-mode sets the
mode-class property.
2009-03-28 13:49:50 +00:00
Chong Yidong
4163374057 (Major Mode Conventions): Note that specialness is inherited. 2009-03-28 13:38:55 +00:00
Chong Yidong
3c25a5a986 * modes.texi (Major Mode Conventions): Note that specialness is
inherited.
2009-03-28 13:37:36 +00:00
Chong Yidong
260c0dc1ca (Prefix Keys): The M-g prefix key is now named goto-map. Add
search-map to the list.
2009-03-28 03:18:24 +00:00
Chong Yidong
b0cc32db4c * keymaps.texi (Prefix Keys): The M-g prefix key is now named
goto-map.  Add search-map to the list.
2009-03-28 03:17:55 +00:00
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