Chong Yidong [Tue, 21 Oct 2008 20:49:51 +0000 (20:49 +0000)]
* vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
to files.texi. Move contents of vc2-xtra.texi here.
* vc2-xtra.texi: File removed.
* vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
Directory Commands from the submenu. Don't include deleted file
vc2-xtra.texi.
* files.texi (Visiting): Document find-file-confirm-nonexistent-file.
(Version Control): Add VC Directory Mode and VC Directory Commands to
the submenu.
(Why Version Control?): Use table format.
(Version Control Systems): Note that Meta-CVS support is gone.
(VCS Concepts): Note precisely when VC started supporting filesets.
Remove bogus xref to CVS Options node.
(Types of Log File): Copyedits.
(VC Mode Line): Document tooltips and mouse-1 on VC indicator.
(Basic VC Editing): Content moved from Selecting A Fileset and Doing
The Right Thing.
(Selecting A Fileset, Doing The Right Thing): Nodes deleted.
(Log Buffer): Reorganize node, putting C-c C-c description first.
(Old Revisions): Use CVS for example, not RCS.
(Secondary VC Commands): Remove VC Directory Mode and VC Directory
Commands from the submenu, putting them under Version Control.
(VC Directory Mode): Move node contents here from vc1-xtra.texi; we
need to include it in the manual unconditionally, since it is now
crucial to using distributed version control systems.
Martin Rudalics [Tue, 21 Oct 2008 14:05:55 +0000 (14:05 +0000)]
(Fget_buffer, Fbury_buffer, switch_to_buffer_1):
Rename arg "buffer" to "buffer_or_name".
(Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
it optional.
(no_switch_window): Remove since the return value is not used.
(Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
Consider window as dedicated when Fwindow_dedicated_p returns a
non-nil value.
Eli Zaretskii [Tue, 21 Oct 2008 14:01:33 +0000 (14:01 +0000)]
(Regexp Search): Document `string-match-p' and `looking-at-p'.
(POSIX Regexps): Add an xref for "non-greedy".
(Regexp Special): Add @cindex entry for "non-greedy".
Chong Yidong [Tue, 21 Oct 2008 03:21:29 +0000 (03:21 +0000)]
(Choosing Modes): Make mode selection sequence more obvious by
describing the steps in order of priority. Note that magic-mode-alist
is nil by default. Document magic-fallback-mode-alist.
Chong Yidong [Tue, 21 Oct 2008 03:21:15 +0000 (03:21 +0000)]
* major.texi (Choosing Modes): Make mode selection sequence more
obvious by describing the steps in order of priority. Note that
magic-mode-alist is nil by default. Document
magic-fallback-mode-alist.
Juri Linkov [Sun, 19 Oct 2008 22:34:35 +0000 (22:34 +0000)]
(query-replace, query-replace-regexp)
(replace-string, replace-regexp, perform-replace): Add "word"
indicatiors to the prompt for word delimited replacements.
Juri Linkov [Sun, 19 Oct 2008 22:33:17 +0000 (22:33 +0000)]
(isearch-query-replace, isearch-query-replace-regexp):
Add arg `delimited' as in `query-replace' for the case when
isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
Add more indicators to the prompt ("word" and "in region").
Chong Yidong [Sun, 19 Oct 2008 19:52:13 +0000 (19:52 +0000)]
Use @key throughout for mouse clicks.
(Creating Frames): Add xref to Init File.
(Frame Commands): Add xref to Exiting.
(Scroll Bars): Document GTK vs toolkit behavior.
Chong Yidong [Sun, 19 Oct 2008 19:52:05 +0000 (19:52 +0000)]
* frames.texi: Use @key throughout for mouse clicks.
(Creating Frames): Add xref to Init File.
(Frame Commands): Add xref to Exiting.
(Scroll Bars): Document GTK vs toolkit behavior.
Martin Rudalics [Sun, 19 Oct 2008 13:50:25 +0000 (13:50 +0000)]
(Fwindow_dedicated_p, Fset_window_dedicated_p):
Mention kill-buffer in doc-string.
(Fset_window_buffer): Reinsert tem check removed in last commit.
(Fenlarge_window, Fshrink_window): Have argument names and
doc-string follow Elisp manual more closely.
Chong Yidong [Sun, 19 Oct 2008 05:00:18 +0000 (05:00 +0000)]
(Cut/Paste Other App): Document yank-pop-change-selection.
(Secondary Selection): Fix modified mouse click syntax.
(Clipboard): Describe Cut, Copy and Paste commands.
(Mouse References): Not all references are in read-only buffers.
Chong Yidong [Sun, 19 Oct 2008 04:58:26 +0000 (04:58 +0000)]
* frames.texi (Cut/Paste Other App): Document
yank-pop-change-selection.
(Secondary Selection): Fix modified mouse click syntax.
(Clipboard): Describe Cut, Copy and Paste commands.
(Mouse References): Not all references are in read-only buffers.