Juanma Barranquero
aa7094ba0f
*** empty log message ***
2004-05-10 18:18:23 +00:00
Lars Hansen
c23832791a
*** empty log message ***
2004-05-07 18:03:59 +00:00
Jesper Harder
058296d320
emacs -> Emacs.
2004-04-30 01:42:13 +00:00
Eli Zaretskii
0c54865e0b
*** empty log message ***
2004-04-27 13:55:29 +00:00
Juanma Barranquero
d814862aa6
*** empty log message ***
2004-04-23 00:25:28 +00:00
Jesper Harder
e8d6f88641
(Coding Conventions): defopt -> defcustom.
2004-04-18 02:05:02 +00:00
Luc Teirlinck
3a424014a0
Various clarifications.
2004-04-17 00:58:04 +00:00
Luc Teirlinck
9e860631e7
(Read Only Buffers): Mention optional ARG to `toggle-read-only'.
2004-04-15 00:26:17 +00:00
Nick Roberts
5e30a0fbb8
*** empty log message ***
2004-04-14 20:02:33 +00:00
Luc Teirlinck
619fb950d6
Various changes in addition to:
...
(Buffer File Name): Add `find-buffer-visiting'.
(Buffer Modification): Mention optional ARG to `not-modified'.
(Indirect Buffers): Mention optional CLONE argument to `make-indirect-buffer'.
2004-04-14 02:48:08 +00:00
Miles Bader
a2295d3268
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-205
...
Add macroexpand-all to lisp reference manual
2004-04-12 05:43:12 +00:00
Jesper Harder
571fd4d55d
* variables.texi (Variable Aliases): Mention
...
cyclic-variable-indirection.
* errors.texi (Standard Errors): Ditto.
2004-04-05 20:35:58 +00:00
Luc Teirlinck
4ba2fd662e
*** empty log message ***
2004-04-05 02:09:28 +00:00
Eli Zaretskii
a6eeaa811c
Update my email address.
2004-04-04 21:38:56 +00:00
Juri Linkov
8f7ea68706
*** empty log message ***
2004-03-22 07:49:24 +00:00
Luc Teirlinck
0eeca3c149
(Lisp History): Replace xref to `cl' manual with inforef.
2004-03-15 02:41:11 +00:00
Richard M. Stallman
e69cfac29e
*** empty log message ***
2004-03-12 10:16:20 +00:00
Luc Teirlinck
1b91d47f89
(Completion Commands): Add xref to Emacs manual for Partial Completion mode.
2004-03-10 03:52:59 +00:00
Thien-Thi Nguyen
970736643d
Fix typo.
...
Remove eol whitespace.
2004-03-07 12:46:01 +00:00
Richard M. Stallman
04a6e76be8
*** empty log message ***
2004-03-04 17:25:52 +00:00
Juanma Barranquero
5bb0fcd1e7
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
...
$(DEL) instead of rm, and ignore exit code.
* lispintro/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
$(DEL) instead of rm, and ignore exit code.
* lispref/makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
rm, and ignore exit code.
2004-02-29 20:28:11 +00:00
Eli Zaretskii
9022d4219b
*** empty log message ***
2004-02-27 17:32:57 +00:00
Luc Teirlinck
92f5fba2d6
*** empty log message ***
2004-02-24 03:35:21 +00:00
Glenn Morris
7e83e178c1
*** empty log message ***
2004-02-22 15:23:18 +00:00
Luc Teirlinck
e2b9b51f5e
*** empty log message ***
2004-02-21 20:15:23 +00:00
Luc Teirlinck
7daa0e81c7
(Window System Selections): Add anchor.
2004-02-21 18:24:22 +00:00
Luc Teirlinck
9c5609e8cc
(Syntax Table Functions): Clarify and correct descriptions of
...
make-syntax-table and copy-syntax-table.
(Motion and Syntax): Clarify SYNTAXES argument to skip-syntax-forward.
(Parsing Expressions): Mention that the return value of parse-partial-sexp
is currently a list of ten rather than nine elements.
(Categories): Various corrections and clarifications.
2004-02-21 16:45:20 +00:00
Luc Teirlinck
d29edb21c8
(Marker Insertion Types): Minor change.
2004-02-18 05:02:30 +00:00
Luc Teirlinck
43e48bdaa5
*** empty log message ***
2004-02-17 03:18:43 +00:00
Richard M. Stallman
84e3400219
Minor fix.
...
(Buffers and Windows): Delete false table about all-frames.
2004-02-17 01:15:45 +00:00
Eli Zaretskii
c33b76da3e
*** empty log message ***
2004-02-16 18:45:30 +00:00
Luc Teirlinck
6f6b043343
*** empty log message ***
2004-02-12 17:04:42 +00:00
Kim F. Storm
9d7271e8a8
*** empty log message ***
2004-02-12 12:21:08 +00:00
Luc Teirlinck
6827d7308d
*** empty log message ***
2004-02-12 01:53:51 +00:00
Jan Djärv
1cb60b5a35
* positions.texi (Text Lines): Added missing end defun.
2004-02-07 12:50:00 +00:00
Kim F. Storm
7fdd1f6246
*** empty log message ***
2004-02-07 01:00:22 +00:00
John Paul Wallington
eb3c144cdb
(Button Properties, Button Buffer Commands): mouse-2 invokes button,
...
not down-mouse-1.
2004-02-06 09:25:23 +00:00
Jason Rumney
a1d38d637a
*** empty log message ***
2004-02-04 21:39:41 +00:00
Luc Teirlinck
4b574f3d8e
(Text from Minibuffer): Various corrections and clarifications.
...
(Object from Minibuffer): Correct Lisp description of read-minibuffer.
(Minibuffer History): Clarify description of cons values for HISTORY arguments.
(Basic Completion): Various corrections and clarifications.
Add completion-regexp-list.
(Minibuffer Completion): Correct and clarify description of completing-read.
(Completion Commands): Mention partial-completion-mode.
Various other minor changes.
(High-Level Completion): Various corrections and clarifications.
(Reading File Names): Ditto.
(Minibuffer Misc): Ditto.
2004-02-04 03:08:59 +00:00
Luc Teirlinck
d818629763
(Text Comparison): assoc-string also matches elements of alists that
...
are strings instead of conses.
(Formatting Strings): Standardize Texinfo usage. Update index entries.
2004-01-26 20:42:59 +00:00
Luc Teirlinck
9adcb5f2c8
*** empty log message ***
2004-01-20 23:09:25 +00:00
Luc Teirlinck
3e7274ae13
*** empty log message ***
2004-01-16 01:48:11 +00:00
Luc Teirlinck
e75c1a57f7
(Compilation Functions): Expand descriptions of `compile-defun',
...
`byte-compile-file', `byte-recompile-directory' and `batch-byte-compile'.
In particular, mention and describe all optional arguments.
(Disassembly): Correct and clarify the description of `disassemble'.
2004-01-14 22:59:33 +00:00
Luc Teirlinck
944e099f43
*** empty log message ***
2004-01-14 22:52:15 +00:00
Luc Teirlinck
90c3aa5934
*** empty log message ***
2004-01-12 04:17:38 +00:00
Luc Teirlinck
583c353d8b
*** empty log message ***
2004-01-07 20:49:14 +00:00
Kim F. Storm
05faee07bb
*** empty log message ***
2004-01-06 23:49:51 +00:00
Simon Josefsson
a0465ec316
hooks.texi (Standard Hooks): Add before-save-hook.
...
files.texi (Saving Buffers): Likewise.
2004-01-05 18:20:27 +00:00
Richard M. Stallman
972c0c4936
*** empty log message ***
2004-01-03 21:16:42 +00:00
Luc Teirlinck
dbcd463f79
*** empty log message ***
2004-01-03 17:15:46 +00:00