1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 11:20:41 -08:00
Commit graph

35996 commits

Author SHA1 Message Date
Eli Zaretskii
cd6eaa1e1a Proofreading fixes from Tim Sanders <tim@timsanders.freeserve.co.uk>. 2001-06-15 08:34:56 +00:00
Eli Zaretskii
6f515f8967 Proofreading fixes friom Danny Colascione <qtmstr@optonline.net>. 2001-06-15 08:20:57 +00:00
Eli Zaretskii
13b9ee9564 Proofreading fixes from Danny Colascione <qtmstr@optonline.net>. 2001-06-15 08:17:37 +00:00
Eli Zaretskii
db9f48c3ca Fixed a typo in a comment. 2001-06-15 07:31:16 +00:00
Eli Zaretskii
3e2246457e (format-alist): Doc fix. Suggested by Alex Schroeder <alex@gnu.org>. 2001-06-15 07:26:20 +00:00
Miles Bader
72190a54f6 (texinfo-format-syntax-table): Revert previous change. 2001-06-15 00:57:40 +00:00
Richard M. Stallman
01e3636e35 Give advice about how to default position args and region args. 2001-06-14 21:05:55 +00:00
Richard M. Stallman
e4cdc335f3 *** empty log message *** 2001-06-14 21:02:05 +00:00
Richard M. Stallman
f5376658b9 (try_window_id): When EOB is visible, don't treat
insertion at EOB as if it were "off the bottom of the screen."
2001-06-14 21:01:07 +00:00
Richard M. Stallman
2ced751f95 (keep-lines-read-args): Return just a regexp.
Provide nil for the region args.
(keep-lines, flush-lines, how-many):
Calculate the defaults for the region here, when args are nil.
2001-06-14 20:54:34 +00:00
Eli Zaretskii
c8c6b45a89 (rot13-other-window): Some more doc fix. 2001-06-14 15:45:09 +00:00
Eli Zaretskii
f54701d1c3 (case-replace, query-replace-from-history-variable)
(query-replace-to-history-variable, keep-lines-read-args)
(occur-revert-function, query-replace-help): Dox fix.
2001-06-14 08:17:19 +00:00
Eli Zaretskii
1604ce98bd (rot13-other-window): Doc fix. 2001-06-14 08:07:14 +00:00
Miles Bader
2205884371 (texinfo-format-syntax-table): Change syntax of " and \ to "." (punctuation). 2001-06-14 02:54:34 +00:00
Miles Bader
21ae6d3bc4 (texinfo-mode-syntax-table): Change syntax of " and \ to "." (punctuation). 2001-06-14 02:53:38 +00:00
Stefan Monnier
a62d56ab3b (diff-font-lock-keywords): Fix unanchored regexp. 2001-06-13 19:52:43 +00:00
Richard M. Stallman
ea4a56de11 (backquote-process): Handle `[,@SYMBOL]. 2001-06-13 15:30:35 +00:00
Richard M. Stallman
fd344fb75f (shell-command-on-region): Never kill the *Shell Command Output* buffer. 2001-06-13 15:26:29 +00:00
Eli Zaretskii
3d00585eb4 Clarify the causes for "misalignment" error messages in Ispell. 2001-06-13 12:31:09 +00:00
Eli Zaretskii
24cd2514f9 Add a few more index entries for desktop.el. 2001-06-13 08:59:13 +00:00
Eli Zaretskii
a5a82fc3f7 Advise TeX about hyphenation of "dictionary". 2001-06-11 16:23:01 +00:00
Andrew Innes
a55a5f3c86 (create_child): Add new parameter is_gui_app.
(w32_executable_type): Add new parameter is_gui_app.
(sys_spawnve): Use it.
(sys_kill): Fake ^C for SIGINT, and ^Break (if possible) for
SIGQUIT.  This matches better how the signals are interpreted by
MSVC compiled programs.
(syms_of_ntproc): Update docstring.
2001-06-11 11:00:24 +00:00
Eli Zaretskii
6eb51c108c Fix a typo. 2001-06-11 10:08:57 +00:00
Eli Zaretskii
6b4878ed3a Change wording. 2001-06-11 10:05:04 +00:00
Richard M. Stallman
db4413bed9 Fix typo. 2001-06-11 09:33:32 +00:00
Richard M. Stallman
47c1b5f4a5 Update various command names and variable defaults.
Don't mention c-strict-syntax-p, which is obsolete.
2001-06-11 09:33:01 +00:00
Eli Zaretskii
39cf6a8d61 Don't use the British spelling of "behaviour". 2001-06-11 08:47:08 +00:00
Eli Zaretskii
e7ad2d2315 Fix a typo. 2001-06-11 08:40:19 +00:00
Stefan Monnier
4a0aa1d93a (perl-font-lock-syntactic-keywords): New var, to recognize ${ $' and PODs.
(perl-font-lock-syntactic-face-function): New function.
(perl-mode): Use them.
(perl-continuation-line-p): New function, from perl-calculate-indent.
(perl-calculate-indent): Use it, to properly handle continuation
lines of continuation lines.
2001-06-10 18:02:43 +00:00
Eli Zaretskii
9f6f30898d Get rid of Overfull hbox messages from TeX. 2001-06-10 16:26:00 +00:00
Eli Zaretskii
3d7a4ec820 Mention that mule-unicode-* charsets aren't unified with the others. 2001-06-10 10:13:08 +00:00
Eli Zaretskii
b5a9911c41 (server-process, server-buffer-clients): Doc fix.
From Pavel Janik <Pavel@Janik.cz>.
2001-06-10 08:45:41 +00:00
Eli Zaretskii
5151db0c4e (Basic Indent): Add a cross-reference to description of indent-tabs-mode. 2001-06-09 14:19:25 +00:00
Eli Zaretskii
18fc4652a5 Add a cross-reference to the description of indent-tabs-mode. 2001-06-09 14:15:34 +00:00
John Wiegley
05a685722c (eshell-exit-success-p): Use a string-match to test if the last
command was Lisp or not.
(eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A B x
C".
2001-06-09 05:24:15 +00:00
John Wiegley
4c6a53caf7 Removed an empty comment. 2001-06-09 05:23:38 +00:00
John Wiegley
0f056ec151 *** empty log message *** 2001-06-09 05:22:11 +00:00
Stefan Monnier
5a905a7ebb *** empty log message *** 2001-06-08 12:08:28 +00:00
Eli Zaretskii
cfe62f7a83 Fix a bad @setfilename. 2001-06-08 11:00:41 +00:00
Eli Zaretskii
e5e316b0b5 (grep-regexp-alist): Remove definition, since the
general one on compile.el supports drive letters.
2001-06-08 10:57:27 +00:00
Carsten Dominik
7f4350a757 *** empty log message *** 2001-06-08 08:56:37 +00:00
Carsten Dominik
fbeef7be20 Updated to version 4.16 2001-06-08 08:55:05 +00:00
Carsten Dominik
70d797cd6e * reftex-ref.el (reftex-select-label-help): Added "z" key
description.

	* reftex-sel.el (reftex-select-jump): New command.

	* reftex-toc.el (reftex-toc-help): Added "z" key description.
	(reftex-toc-jump): New command.

	* reftex-cite.el (reftex-parse-bibitem): Regexp changed to parse
	international characters as well.

	* reftex.el: Added autoloads for eftex-varioref-vref',
	eftex-fancyref-fref', eftex-fancyref-Fref'

	* reftex-vars.el:  Protected single backslash in many docstrings.

	* reftex-dcr.el (reftex-view-crossref): added SPACE and TAB to the
	key separaotrs.
2001-06-08 08:43:20 +00:00
Eli Zaretskii
6401dc8681 (Hideshow): Fix the docs of keybindings which used a single `@'. 2001-06-07 16:01:50 +00:00
Eli Zaretskii
7341902149 *** empty log message *** 2001-06-07 13:57:58 +00:00
Eli Zaretskii
4f16d1d139 (auto-coding-alist): Remove redundant
up-cased versions of the extensions (auto-coding-alist-lookup is
case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
.gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
2001-06-07 13:56:38 +00:00
Eli Zaretskii
39cf43ac2d Fix Next and Prev pointers in @node directives, so
that SPC can be used to traverse the whole document in sequence.
2001-06-07 13:49:33 +00:00
Eli Zaretskii
c31492676e Change "Dired Commands" to "Dired Navigation". Move the general
explanation of Dired bindings to the chapter intro.  Document
dired-up-directory and its key `^'.
2001-06-07 10:23:13 +00:00
Eli Zaretskii
cada28bb17 (lisp-indent-offset): Add a doc string. 2001-06-05 08:50:20 +00:00
Andrew Choi
e6aeb775f9 2001-06-04 Andrew Choi <akochoi@i-cable.com>
* quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.
2001-06-04 01:14:31 +00:00