1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00
Commit Graph

1292 Commits

Author SHA1 Message Date
Juanma Barranquero
bd6766d34d Add "-*- makefile -*-" mode tag. 2004-04-23 00:24:35 +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
948caddf0b Add anchors. Some other minor changes. 2004-04-17 00:52:46 +00:00
Jesper Harder
4810d170c9 Markup fixes. 2004-04-16 16:42:36 +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
f8295bfb6c (Selecting Windows): Note that get-lru-window
returns a full-width window if possible.
2004-04-14 20:06:29 +00:00
Nick Roberts
5e30a0fbb8 *** empty log message *** 2004-04-14 20:02:33 +00:00
Jesper Harder
f3544d1135 Markup fixes. 2004-04-14 14:37:17 +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
Luc Teirlinck
19efcb4634 Various changes in addition to:
(Visiting Functions): `find-file-hook' is now a normal hook.
(File Name Expansion): Explain difference between the way that
`expand-file-name' and `file-truename' treat `..'.
(Contents of Directories): Mention optional ID-FORMAT argument to
`directory-files-and-attributes'.
(Format Conversion): Mention new optional CONFIRM argument to
`format-write-file'.
2004-04-14 02:44:21 +00:00
Miles Bader
a2de0c3b75 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210
More RCS keyword removal
2004-04-13 09:47:51 +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
00991494b5 Markup fixes. 2004-04-11 00:14:53 +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
Luc Teirlinck
ab19c39b45 Various small changes in addition to:
(Making Backups): Mention return value of `backup-buffer'.
(Auto-Saving): Mention optional FORCE argument to
`delete-auto-save-file-if-necessary'.
(Reverting): Mention optional PRESERVE-MODES argument to `revert-buffer'.
Correct description of `revert-buffer-function'.
2004-04-05 01:28:57 +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
Juri Linkov
690146de6d (Sorting): Add missing quote. 2004-03-22 07:38:33 +00:00
Juri Linkov
9f81cdcebf (Sequence Functions): Replace xref to Vectors' with Vector Functions'. 2004-03-22 07:38:01 +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
Richard M. Stallman
8bbf587df2 (Version Info): Add arg to emacs-version.
(Lisp History): Change xref to CL manual.
2004-03-12 10:13:59 +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
Richard M. Stallman
38e82e480e Fix typos. 2004-03-04 17:10:27 +00:00
Richard M. Stallman
a2fdaa28ba (Building Lists): Minor clarification. 2004-03-04 17:08:16 +00:00
Richard M. Stallman
1c6736585d (Creating Hash): Correct the meaning of t for WEAK in make-hash-table. 2004-03-04 17:06:50 +00:00
Luc Teirlinck
83797c58bf (Abbrev Expansion): Minor change. 2004-03-01 04:12:47 +00:00
Luc Teirlinck
3c028f5c70 (Marker Insertion Types): Minor change. 2004-03-01 03:46:33 +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
Eli Zaretskii
9fe84db655 (Defining Faces): Add description for min-colors. Update example. 2004-02-27 17:07:15 +00:00
Luc Teirlinck
92f5fba2d6 *** empty log message *** 2004-02-24 03:35:21 +00:00
Luc Teirlinck
6763a40546 Various corrections and clarifications in addition to the following:
(Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2004-02-24 03:18:45 +00:00
Luc Teirlinck
321a372529 (Documentation Tips): Fix typo. 2004-02-22 16:20:09 +00:00
Glenn Morris
c24f05def0 Matthew Mundell <matt@mundell.ukfsn.org>
(Holiday Customizing): Quote arg of holiday-sexp.
2004-02-22 15:24:22 +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
af1996b50b Various small changes in addition to the following:
(User-Level Deletion): Mention optional BACKWARD-ONLY argument to
delete-horizontal-space.
(Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
description of yank-handler text property at various places.
2004-02-21 20:08:12 +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
870fccf4dc (Standard Buffer-Local Variables): Fix xref. 2004-02-18 04:56:00 +00:00
Luc Teirlinck
e35e07dfbf (Using Interactive): Delete pxref to top of same node.
(Interactive Codes): Fix pxref for default-directory.
2004-02-18 04:49:52 +00:00
Luc Teirlinck
0a9e14ddf8 (Related Topics): Fix xrefs. 2004-02-18 04:40:53 +00:00
Luc Teirlinck
43e48bdaa5 *** empty log message *** 2004-02-17 03:18:43 +00:00
Luc Teirlinck
efb478436e (Sets And Lists): Update description of delete-dups. 2004-02-17 03:16:42 +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
Richard M. Stallman
ee49c7d90e (Coding Conventions): Minor fix. 2004-02-17 01:12:57 +00:00
Richard M. Stallman
2a2331727a Minor fixes. 2004-02-17 01:12:00 +00:00
Richard M. Stallman
fd697a7657 (Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments. 2004-02-17 01:11:13 +00:00
Richard M. Stallman
0fa0135a64 (Output Variables): Add print-quoted. 2004-02-17 01:10:15 +00:00
Richard M. Stallman
360f2e9140 (Text Lines): Don't add -1 in current-line. 2004-02-17 01:07:22 +00:00
Richard M. Stallman
c2d8228a0a Minor fix. 2004-02-17 01:06:10 +00:00
Richard M. Stallman
a3d3f60db6 (Translation of Characters): Give examples of use.
Explain about translation-table-for-input and
set-buffer-file-coding-system.

Minor typo fix.
2004-02-17 01:04:35 +00:00
Richard M. Stallman
cf11ad960a (Unloading): Document unload-feature-special-hooks.
Get rid of fns-NNN.el file.
2004-02-17 00:58:59 +00:00
Richard M. Stallman
6ee45eab34 (Building Lists): Minor cleanup. 2004-02-17 00:54:04 +00:00
Richard M. Stallman
6d682d424e (Tool Bar): tool-bar-item => tool-bar-button. 2004-02-17 00:52:50 +00:00
Richard M. Stallman
a48d10ae57 (Describing Characters): Fix text-char-description example output. 2004-02-17 00:48:44 +00:00
Richard M. Stallman
2c6d3eef11 (Creating Hash): Correct and clarify doc of WEAK values. 2004-02-17 00:47:11 +00:00
Richard M. Stallman
0fe5963523 Minor fixes.
(Parameter Access): frame-parameters arg is optional.
modify-frame-parameters handles nil for FRAME.
(Window Frame Parameters): menu-bar-lines and tool-bar-lines
are all-or-nothing for certain toolkits.
Mention parameter wait-for-wm.
(Frames and Windows): In frame-first-window and frame-selected-window
the arg is optional.
(Input Focus): In redirect-frame-focus the second arg is optional.
(Window System Selections): Mention selection type CLIPBOARD.
Mention data-type UTF8_STRING.
Mention numbering of cut buffers.
(Resources): Describe x-resource-name.
2004-02-17 00:46:17 +00:00
Richard M. Stallman
b705e83b11 (Changing Files): Fix argname. 2004-02-16 22:17:42 +00:00
Richard M. Stallman
b180eac232 (Using Edebug): Fix example. 2004-02-16 22:16:53 +00:00
Richard M. Stallman
812a234187 Minor fixes.
(Overlays): Explain overlays use markers.
(Managing Overlays): Explain front-advance and rear-advance
in more detail.
2004-02-16 22:16:13 +00:00
Richard M. Stallman
54eb1a2240 (Internals of Debugger): Fix return value. 2004-02-16 22:13:04 +00:00
Richard M. Stallman
5c5114b7ec (Compiler Errors): if-boundp feature applies to cond. 2004-02-16 22:10:42 +00:00
Richard M. Stallman
516db1181e Fix parens, and default values. 2004-02-16 22:09:52 +00:00
Richard M. Stallman
42cd56a641 Adjust xref. 2004-02-16 22:05:10 +00:00
Eli Zaretskii
c33b76da3e *** empty log message *** 2004-02-16 18:45:30 +00:00
Eli Zaretskii
491cd154ea (Low-Level Network): Fix a typo. 2004-02-16 18:11:52 +00:00
Luc Teirlinck
6f6b043343 *** empty log message *** 2004-02-12 17:04:42 +00:00
Kim F. Storm
479dbc9dfe (Fringes): Use consistent wording.
Note that window-fringe's window arg is optional.
(Scroll Bars): Use consistent wording.
2004-02-12 12:21:52 +00:00
Kim F. Storm
9d7271e8a8 *** empty log message *** 2004-02-12 12:21:08 +00:00
Luc Teirlinck
dd4a1d28d5 (Comment Tips): Document the new conventions for commenting out code. 2004-02-12 01:55:59 +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
3faa99ca17 (Text Lines): Add line-number-at-pos. 2004-02-07 01:01:16 +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
9cadd46cf0 Sync with Makefile.in changes. 2004-02-04 21:40:05 +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
Jonathan Yavner
728345f8b1 For `format', make source and documentation match. 2004-01-24 17:39:47 +00:00
Luc Teirlinck
9adcb5f2c8 *** empty log message *** 2004-01-20 23:09:25 +00:00
Luc Teirlinck
42101e875d (Sets And Lists): Add delete-dups. 2004-01-20 23:06:28 +00:00
Luc Teirlinck
3e7274ae13 *** empty log message *** 2004-01-16 01:48:11 +00:00
Luc Teirlinck
40d2bb40d9 (Instrumenting Macro Calls): `declare' is not a special form. 2004-01-16 00:51:12 +00:00
Luc Teirlinck
462d9c4387 (Defining Macros): Update description of `declare', which now is a macro.
(Wrong Time): Fix typos.
2004-01-16 00:43:54 +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
9a7268cf3a *** empty log message *** 2004-01-13 00:24:12 +00:00
Luc Teirlinck
bcb6b6b8b1 Various small changes in addition to the following.
(Regexp Example): Adapt to new value of `sentence-end'.
(Regexp Functions): The PAREN argument to `regexp-opt' can be `words'.
(Search and Replace): Add usage note for `perform-replace'.
(Entire Match Data): Mention INTEGERS and REUSE arguments to `match-data'.
(Standard Regexps): Update for new values of `paragraph-start' and
`sentence-end'.
2004-01-12 04:21:01 +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
Luc Teirlinck
1d7b9cc0dd (Saving Buffers): Clarify descriptions of `write-contents-functions'
and `before-save-hook'.  Make the defvar's for `before-save-hook' and
`after-save-hook' into defopt's.
2004-01-07 20:38:22 +00:00
Kim F. Storm
05faee07bb *** empty log message *** 2004-01-06 23:49:51 +00:00
Kim F. Storm
0898832984 (Click Events): Describe new image and
width/height elements of click events.
(Accessing Events): Add posn-string, posn-image, and
posn-object-width-height.  Change posn-object to return either
image or string object.
2004-01-06 23:21:00 +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
Richard M. Stallman
95c3bdddc4 (Frames and Windows): Delete frame-root-window. 2004-01-03 21:16:15 +00:00
Luc Teirlinck
dbcd463f79 *** empty log message *** 2004-01-03 17:15:46 +00:00
Luc Teirlinck
a0e9164282 Various small changes in addition to the following.
(What Is a Function): `functionp' returns nil for macros.  Clarify
behavior of this and following functions for symbol arguments.
(Function Documentation): Add `\' in front of (fn @var{arglist}) and
explain why.
(Defining Functions): Mention DOCSTRING argument to `defalias'.  Add anchor.
(Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
2004-01-03 16:52:43 +00:00
Luc Teirlinck
139c502d64 (Creating Symbols): Add anchor. 2004-01-03 16:47:05 +00:00
Luc Teirlinck
73036a689f (Accessing Documentation): Add anchor. 2004-01-03 16:45:33 +00:00
Luc Teirlinck
fb77c315e3 (Hash Access): Add anchor. 2004-01-03 16:44:03 +00:00
Luc Teirlinck
c30ea73f26 (Function Indirection): Add anchor. 2004-01-03 16:39:33 +00:00
Miles Bader
a3cb3b2eaf Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13
Minor tweaks to Buttons section in lispref/display.texi
2004-01-01 14:09:01 +00:00
Miles Bader
02c77ee91c Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12
Add section on button package to lisp reference manual

* lispref/display.texi (Buttons): New section.
2004-01-01 04:20:43 +00:00
Andreas Schwab
903a1a91c6 (Math Functions): sqrt reports a domain-error
error.
(Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
2003-12-31 12:17:17 +00:00
Luc Teirlinck
3f70fe8247 *** empty log message *** 2003-12-31 00:32:19 +00:00
Luc Teirlinck
727c91598f (Documentation Tips): Update item on hyperlinks in documentation strings. 2003-12-30 23:55:23 +00:00
Luc Teirlinck
697cf92a45 *** empty log message *** 2003-12-30 23:37:04 +00:00
Luc Teirlinck
c1bbeff0a3 (Standard Errors): Various small corrections and additions. 2003-12-30 22:38:00 +00:00
Luc Teirlinck
a8d6af5812 Various small changes in addition to the following.
(Signaling Errors): Provide some more details on how `signal'
constructs the error message.  Add anchor to the definition of
`signal'.
(Error Symbols): Describe special treatment of `quit'.
(Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM to
emphasize that it has to be a single form.
2003-12-30 22:34:35 +00:00
Luc Teirlinck
33dfaf11e0 Add anchor. 2003-12-30 22:15:07 +00:00
Richard M. Stallman
4d25144d00 (Choosing Window): Add same-window-p, special-display-p.
(Window Configurations): Add window-configuration-frame.
2003-12-29 21:53:46 +00:00
Richard M. Stallman
dbcd9cd756 (Creating Buffer-Local): Add local-variable-if-set-p. 2003-12-29 21:52:03 +00:00
Richard M. Stallman
6fac48b39c (Examining Properties): Add get-char-property-and-overlay.
Change arg name in get-char-property.
(Special Properties): Update handling of keymap property.
2003-12-29 21:51:29 +00:00
Richard M. Stallman
81e65dff20 (Modifying Strings): Add clear-string.
(Text Comparison): Add assoc-string and remove
assoc-ignore-case, assoc-ignore-representation.
2003-12-29 21:37:17 +00:00
Richard M. Stallman
76aac1c198 (Time of Day): Add set-time-zone-rule. 2003-12-29 21:35:37 +00:00
Richard M. Stallman
f3d95494d6 (Math Functions): asin, acos, log, log10 report domain-error errors. 2003-12-29 21:32:10 +00:00
Richard M. Stallman
1ee89891a8 (Converting Representations):
Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
(Encoding and I/O): Add file-name-coding-system.
2003-12-29 21:29:15 +00:00
Richard M. Stallman
3ab66863d3 (Search-based Fontification): Explain that
face specs are symbols with face names as values.
2003-12-29 21:27:13 +00:00
Richard M. Stallman
41495ddda8 (Minibuffer Misc): Add set-minibuffer-window. 2003-12-29 21:24:48 +00:00
Richard M. Stallman
9f0812867a (Building Lists): remq moved elsewhere.
(Sets And Lists): remq moved here.
(Association Lists): Refer to assoc-string.
2003-12-29 21:24:11 +00:00
Richard M. Stallman
5b2279a391 (Garbage Collection): Add memory-use-counts. 2003-12-29 20:59:33 +00:00
Richard M. Stallman
0c10c5de42 (Frames and Windows): Add set-frame-selected-window and frame-root-window. 2003-12-29 20:58:40 +00:00
Richard M. Stallman
67203dbdf1 (Contents of Directories):
Add directory-files-and-attributes.
2003-12-29 20:28:40 +00:00
Richard M. Stallman
00b3c1cd31 (Refresh Screen): Add force-window-update.
(Invisible Text): Explain about moving point out of invis text.
(Overlay Properties): Add overlay-properties.
(Managing Overlays): Add overlayp.
(GIF Images): Invalid image number displays a hollow box.
2003-12-29 20:28:06 +00:00
Richard M. Stallman
39be25da15 (Buffer Modification): Add restore-buffer-modified-p.
(Killing Buffers): Add buffer-live-p.
2003-12-29 20:25:53 +00:00
Per Abrahamsen
cfa921fd39 2003-12-12 Jesper Harder <harder@ifa.au.dk>
* cus-edit.el (custom-add-parent-links): Define "many".

2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>

	* wid-edit.el (widget-child-value-get, widget-child-value-inline)
	(widget-child-validate, widget-type-value-create)
	(widget-type-default-get, widget-type-match): New functions.
	(lazy): New widget.
	(menu-choice, checklist, radio-button-choice, editable-list)
	(group, documentation-string): Removed redundant (per 2003-10-25
	change) calls to `widget-children-value-delete'.
	(widget-choice-value-get, widget-choice-value-inline): Removed
	functions.
	(menu-choice): Updated widget.
2003-12-27 16:41:13 +00:00
Markus Rost
67fafe38b4 (Fringes): Fix typo "set-buffer-window" -> "set-window-buffer". 2003-12-25 14:10:31 +00:00
Luc Teirlinck
0773471800 Remove trailing whitespace. 2003-12-25 04:52:54 +00:00
Luc Teirlinck
070b546b23 Remove trailing whitespace 2003-12-25 04:20:44 +00:00
Luc Teirlinck
68e74f2578 *** empty log message *** 2003-12-25 04:03:49 +00:00
Luc Teirlinck
70057f39ff (Documentation Tips): Add anchor. 2003-12-25 04:00:56 +00:00
Luc Teirlinck
da9f5ab259 (How Programs Do Loading): Add anchor. 2003-12-25 03:59:14 +00:00
Luc Teirlinck
1bff11dc27 (Accessing Documentation): Add anchor. 2003-12-25 03:57:38 +00:00
Luc Teirlinck
4bdcd3ef21 Replace all occurrences of @acronym{CAR} with @sc{car}, for
consistency with the rest of the Elisp manual.  `car' and `cdr' are
historically acronyms, but are no longer widely thought of as such.
2003-12-25 03:54:16 +00:00
Luc Teirlinck
568ffbeed8 (Pure Storage): Mention that `purecopy' does not copy text properties.
(Object Internals): Now 29 bits are used (in most implementations) to
address Lisp objects.
2003-12-25 03:52:43 +00:00
Luc Teirlinck
74ab3aa34a (Variables with Restricted Values): New node. 2003-12-25 03:49:55 +00:00
Luc Teirlinck
b51785c121 (Lisp Data Types): Mention that certain variables can only take on a
restricted set of values and add an xref to the new node "Variables
with Restricted Values".
2003-12-25 03:45:43 +00:00
Luc Teirlinck
636a7460c9 (Function Indirection): Describe the errors that `indirect-function'
can signal.
(Eval): Clarify the descriptions of `eval-region' and `values'.
Describe `eval-buffer' instead of `eval-current-buffer' and mention
`eval-current-buffer' as an alias for `current-buffer'.  Correct the
description and mention all optional arguments.
2003-12-25 03:42:52 +00:00
Luc Teirlinck
136b1dff19 (Process Information): Add anchor. 2003-12-25 03:38:35 +00:00
Luc Teirlinck
3586412455 Various small changes in addition to the following.
(Converting Representations): Clarify behavior of
`string-make-multibyte' and `string-to-multibyte' for unibyte all
ASCII arguments.
(Character Sets): Document the variable `charset-list' and adapt the
definition of the function `charset-list' accordingly.
(Translation of Characters): Clarify use of generic characters in
`make-translation-table'.  Clarify and correct the description of the
use of translation tables in encoding and decoding.
(User-Chosen Coding Systems): Correct and clarify the description of
`select-safe-coding-system'.
(Default Coding Systems): Clarify description of `file-coding-system-alist'.
2003-12-25 03:34:38 +00:00
Luc Teirlinck
a62f71e422 (Text Comparison): Correctly describe when two strings are `equal'.
Combine and clarify descriptions of `assoc-ignore-case' and
`assoc-ignore-representation'.
2003-12-01 04:09:00 +00:00