1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
Commit graph

1331 commits

Author SHA1 Message Date
Chong Yidong
80d7cdca53 * searching.texi (Regexp Backslash): Also refer to shy groups as
non-capturing or unnumbered groups.
(Regexp Functions): Add cross-reference to Regexp Backslash.
2009-04-15 21:54:15 +00:00
Chong Yidong
0c1cfe0109 * display.texi (Truncation): Overlays can use line-prefix and
wrap-prefix too.
(Overlay Properties): Document wrap-prefix and line-prefix.
(Face Attributes): Document underline-minimum-offset.
(Face Remapping): Copyedits.
(Low-Level Font): Copyedits.
(Image Cache): Note that the image cache is shared between frames.
2009-04-15 03:07:06 +00:00
Chong Yidong
96d98c408a (Session Commands): Fix typo. 2009-04-13 17:23:27 +00:00
Chong Yidong
4518068d84 * ediff.texi (Session Commands): Fix typo. 2009-04-13 17:23:20 +00:00
Chong Yidong
c4adeee0e7 * display.texi (Refresh Screen): Note that a passage about screen
refreshing is text terminal only.
(Forcing Redisplay): Delete misleading comment---sit-for calls
redisplay, not the other way around.
(Truncation): Note new values of truncate-partial-width-windows.
Copyedits.
(Invisible Text): Document invisible-p.
2009-04-13 15:54:17 +00:00
Eli Zaretskii
b20ecfa1c4 (Overlays): Overlays don't scale well. See
http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2009-04-11 08:54:44 +00:00
Chong Yidong
f147ff7521 * syntax.texi (Syntax Table Functions): Document cons cell
argument for modify-syntax-entry.
(Categories): Document cons cell argument for
modify-category-entry.
2009-04-10 04:57:05 +00:00
Chong Yidong
fca4ec7651 * searching.texi (String Search): Document word-search-forward-lax
and word-search-backward-lax.
(Searching and Case): Describe isearch behavior more precisely.
2009-04-10 04:48:05 +00:00
Chong Yidong
9c283d5b99 * keymaps.texi (Tool Bar): Mention that some platforms do not
support multi-line toolbars.  Suggested by Stephen Eglen.

* frames.texi (Layout Parameters): Mention that Nextstep also
allows only one tool-bar line.  Suggested by Stephen Eglen.
2009-04-10 02:12:01 +00:00
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
Miles Bader
d7ca410a96 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1577
2009-04-06 22:04:07 +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
Glenn Morris
c6c76addf7 Copy the direntry from ../../info/dir, and avoid using a period in the
entry name.  (Bug#2797)
2009-04-02 07:02:24 +00:00
Glenn Morris
c8a282612b Capitalize direntry. 2009-04-02 06:59:17 +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