1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

1107 Commits

Author SHA1 Message Date
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