1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00
Commit Graph

766 Commits

Author SHA1 Message Date
Richard M. Stallman
13a8e91749 Minor clarification. 2001-12-16 18:36:16 +00:00
Richard M. Stallman
b26d003af1 Add custom-define-hook. 2001-12-14 03:08:47 +00:00
Richard M. Stallman
3ab8acb9c0 Minor clarifications for search-forward and set-match-data. 2001-12-11 06:11:38 +00:00
Richard M. Stallman
07f7b41c2f Improve doc of font-lock-keywords. 2001-12-11 06:10:32 +00:00
Eli Zaretskii
140cc574b8 Change the category in @dircategory to "Emacs", to
make it consistent with info/dir.
2001-11-29 08:51:41 +00:00
Richard M. Stallman
37778b6318 Another change in forward-comment. 2001-11-29 00:50:17 +00:00
Sam Steingold
8868cc3420 ignore the generated files 2001-11-26 15:27:43 +00:00
Eli Zaretskii
eb687116a4 (Vertical Scrolling): Document what does nil mean as the first arg of
set-window-vscroll.
2001-11-25 18:25:33 +00:00
Miles Bader
9c7fce0505 (Fields): Describe new `limit' arg in field-beginning/field-end. 2001-11-25 12:38:45 +00:00
Richard M. Stallman
47eda1bda9 Clarify behavior of forward-comment. 2001-11-25 10:57:45 +00:00
Eli Zaretskii
969e84abc1 *** empty log message *** 2001-11-24 14:10:12 +00:00
Eli Zaretskii
a5e6715c03 *** empty log message *** 2001-11-17 15:05:17 +00:00
Eli Zaretskii
e5cca6142c Don't depend on csh-specific features. Replace
the interpreter name with /bin/sh.
2001-11-17 15:04:56 +00:00
Eli Zaretskii
c976c1d492 Replace elisp-vol? with vol?, per renamed files. 2001-11-17 14:51:49 +00:00
Eli Zaretskii
ec641de95c Renamed to vol1.texi and vol2.texi. 2001-11-17 14:47:50 +00:00
Eli Zaretskii
9f8bbf0f0d *** empty log message *** 2001-11-17 09:38:14 +00:00
Eli Zaretskii
1756e2fba6 *** empty log message *** 2001-11-16 14:05:06 +00:00
Eli Zaretskii
e3eb9fa70b New file. 2001-11-16 13:17:22 +00:00
Eli Zaretskii
cddd92e88d Renamed from elisp-vol1.texi and
elisp-vol2.texi ,to avoid file-name clashes in DOS 8+3 restricted namespace.
2001-11-16 13:13:15 +00:00
Eli Zaretskii
ad050e54ee Convert to iso-2022-7bit. 2001-11-16 12:45:52 +00:00
Eli Zaretskii
4eeb568b5d (infodir): Define relative to $(srcdir).
($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
include directories list via -I switch to makeinfo.
(index.texi): Use cp if both hard and symbolic links fail.
2001-11-16 12:42:29 +00:00
Eli Zaretskii
11519a5eb2 (Define Images): Fix the documentation of defimage. Suggested by
Kim F. Storm.
2001-11-14 19:31:18 +00:00
Richard M. Stallman
aa5dbf7b62 Say what questions first line of doc string should answer. 2001-11-13 02:20:53 +00:00
Sam Steingold
dff28924e8 fixed format 2001-11-13 00:07:54 +00:00
Richard M. Stallman
f140458b74 Don't write explicit (interactive) in defining a derived mode. 2001-11-11 20:08:27 +00:00
Eli Zaretskii
7a1494ceeb (distclean): Add. 2001-11-10 18:28:07 +00:00
Eli Zaretskii
5c32b7c56b *** empty log message *** 2001-11-10 14:45:22 +00:00
Eli Zaretskii
10fa7f8ee4 *** empty log message *** 2001-11-10 14:31:59 +00:00
Eli Zaretskii
707e9f16e2 (info): Add target. 2001-11-10 14:18:46 +00:00
Eli Zaretskii
61760ae866 Add Copyright notice.
(prefix): Remove.
(infodir): Change value to "../info".
(VPATH): New variable.
(MAKE): Don't define.
(texmacrodir): Don't define.
(texinputdir): Append the existing value of TEXINPUTS.
($(infodir)/elisp): Instead of just "elisp".  Reformat the
command to be compatible with man/Makefile.in, and to put the
output into ../info.
(installall): Target removed.
2001-11-10 13:57:42 +00:00
Richard M. Stallman
0d8305851d Minor cleanup. 2001-11-09 16:21:34 +00:00
Richard M. Stallman
8a9e355c9b Fix typo. 2001-11-09 02:42:55 +00:00
Richard M. Stallman
afd16d460a Document buffer-local-value. 2001-11-05 00:08:57 +00:00
Richard M. Stallman
6a0f8bed68 Explain why a parent for a non-sparse keymap is not useful. 2001-11-02 07:11:18 +00:00
Richard M. Stallman
a6b7378823 Minor menu indentation cleanup. 2001-10-31 21:58:44 +00:00
Richard M. Stallman
3d24098d2a Update menu for subnodes of Text Properties. 2001-10-31 21:58:18 +00:00
Pavel Janík
2b209b974e *** empty log message *** 2001-10-31 15:12:04 +00:00
Pavel Janík
b8fbee6421 (Coding Conventions): Fix typo. 2001-10-31 14:44:17 +00:00
Richard M. Stallman
5c5b7d3e7d Document textual convention for doc strings of predicates.
Say never to change the case of a symbol.
2001-10-30 18:26:30 +00:00
Eli Zaretskii
bf2235e444 (Buffer Names): Buffers whose names start with a space, but which visit
a file, _are_ mentioned by buffer-menu.
2001-10-30 11:06:55 +00:00
Richard M. Stallman
30db19b979 Add index item. 2001-10-30 00:28:24 +00:00
Richard M. Stallman
b9bc6c81e8 Index "faces" instead of "face". 2001-10-30 00:28:01 +00:00
Gerd Moellmann
6fd735df02 *** empty log message *** 2001-10-29 09:11:17 +00:00
Eli Zaretskii
c5c36e022e (Customization Types): Add a reference to the Widget manual. 2001-10-28 17:38:29 +00:00
Eli Zaretskii
71cd13fa56 (Horizontal Scrolling): Add an index entry for automatic-hscrolling. 2001-10-26 12:50:03 +00:00
Richard M. Stallman
2726b68bac Explain how splitting windows relates to window-min-height
and window-min-width.
2001-10-25 15:31:10 +00:00
Richard M. Stallman
9cee54f87f Clarify what happens with duplicates in process-environment. 2001-10-25 15:30:32 +00:00
Richard M. Stallman
a3fbafe2f0 *** empty log message *** 2001-10-25 15:30:00 +00:00
Gerd Moellmann
e7fd29af00 (srcs): Add gpl.texi and doclicense.texi. 2001-10-23 18:55:49 +00:00
Eli Zaretskii
b704d54b92 *** empty log message *** 2001-10-22 16:14:11 +00:00
Eli Zaretskii
98d7eccb5c (File Name Components): Update the description of
file-name-sans-extension and file-name-extension.
2001-10-22 16:12:55 +00:00
Gerd Moellmann
6aa97356aa *** empty log message *** 2001-10-21 17:41:43 +00:00
Gerd Moellmann
71431a0ea1 *** empty log message *** 2001-10-21 09:04:46 +00:00
Richard M. Stallman
1977bbf4a9 Minor cleanup. 2001-10-19 19:09:32 +00:00
Miles Bader
79f1f96cb1 *** empty log message *** 2001-10-19 06:26:06 +00:00
Miles Bader
5fce351a6d (Text Lines): Mention `inhibit-field-text-motion' too. 2001-10-19 06:10:50 +00:00
Miles Bader
2751e4a039 (Text Lines): Describe behavior of beginning-of-line'/end-of-line' in
the presence of field properties.
2001-10-19 06:01:19 +00:00
Gerd Moellmann
892a8f36e4 (VERSION): Add and use it where the the version 2001-10-17 10:46:31 +00:00
Gerd Moellmann
cdd76925df (VERSION): Add and use it where the the version
number was used.  Set it to 2.8.
2001-10-17 10:45:56 +00:00
Gerd Moellmann
c7f125f298 (VERSION): Set to 2.8.
(manual): Use `manual-21'.
2001-10-17 10:45:24 +00:00
Eli Zaretskii
51724e2665 *** empty log message *** 2001-10-13 12:33:52 +00:00
Eli Zaretskii
8333f72116 (File Name Completion): Document the significance of
a trailing slash in elements of completion-ignored-extensions.
2001-10-13 12:32:59 +00:00
Stefan Monnier
33a425c45d Describe the meaning of a nil binding. 2001-10-12 01:33:41 +00:00
Stefan Monnier
0b41c65c36 Recommend the use of define-derived-mode (and nil argument). 2001-10-12 01:32:51 +00:00
Stefan Monnier
47ab3ab361 Make a xref to `parsing' from forward-sexp. 2001-10-12 01:32:01 +00:00
Stefan Monnier
45493fb79e Try to explain syntax-tables a little bit more. 2001-10-12 01:31:01 +00:00
Gerd Moellmann
ab952a4f34 *** empty log message *** 2001-10-10 09:43:20 +00:00
Miles Bader
57b338e898 (Variable Aliases): It's @defmac', not @defmacro'. 2001-10-06 10:43:21 +00:00
Gerd Moellmann
2a34a036ff *** empty log message *** 2001-10-06 09:57:20 +00:00
Gerd Moellmann
c89e4bc57f *** empty log message *** 2001-10-05 10:13:12 +00:00
Gerd Moellmann
26236f6d9c (Variable Aliases): New node. 2001-10-05 09:38:43 +00:00
Miles Bader
ae1a95818a *** empty log message *** 2001-10-02 02:35:04 +00:00
Miles Bader
b3b044f2ca (Minibuffer Misc): Add entries for `minibuffer-contents',
`minibuffer-contents-no-properties', and `delete-minibuffer-contents'.
Correct description for `minibuffer-prompt-end'.
2001-10-02 02:34:48 +00:00
Miles Bader
adce7d83ed Add @tindex lines to new entries. 2001-10-02 02:21:59 +00:00
Miles Bader
9db3a582b3 (Property Search): Correct descriptions of
`next-char-property-change' and `previous-char-property-change'.
Add entries for `next-single-char-property-change' and
`previous-single-char-property-change'.
Make operand names a bit more consistent.
2001-10-02 02:11:23 +00:00
Eli Zaretskii
03be593186 *** empty log message *** 2001-09-30 10:48:42 +00:00
Eli Zaretskii
3d7f0a34bc (Finding All Frames): Document that next-frame and
previous-frame are local to current terminal.
2001-09-30 10:39:00 +00:00
Eli Zaretskii
974548ec2c (Creating Keymaps): Fix the description of the result of make-keymap. 2001-09-26 19:55:41 +00:00
Richard M. Stallman
6f6fd5ef4d (tq-enqueue): Clarify meaning of REGEXP. 2001-09-24 19:00:26 +00:00
Eli Zaretskii
8d82c597ec (Font Lookup, Attribute Functions)
(Image Descriptors): Add cross-references to the definition of
selected frame.
2001-09-23 18:56:28 +00:00
Eli Zaretskii
668bde52c8 (The Buffer List): Add cross-references to the definition of selected frame. 2001-09-23 18:52:16 +00:00
Eli Zaretskii
5df7058cce (Input Focus): Clarify which frame is _the_ selected
frame at any given time.
(Multiple Displays, Size and Position): Add cross-references to
the definition of the selected frame.
2001-09-23 18:49:04 +00:00
Eli Zaretskii
773e81c741 (File Attributes): Document that the device number can also be a cons cell. 2001-09-14 16:54:19 +00:00
Richard M. Stallman
caae20c741 Clarify recent changes. 2001-09-10 05:34:15 +00:00
Richard M. Stallman
f26ccb10da Clarify recent changes. 2001-09-10 05:07:54 +00:00
Richard M. Stallman
e54465863b Clarify n-1, etc. in example. 2001-09-10 05:01:06 +00:00
Eli Zaretskii
2842de3068 (Using Interactive): Document interactive-form.
(Keyboard Macros): Document kbd-macro-termination-hook.
(Command Loop Info): Document that clear-this-command-keys clears
the vector to be returned by recent-keys.
2001-09-08 17:54:25 +00:00
Eli Zaretskii
42703598b1 (Standard Hooks): Add kbd-macro-termination-hook and apropos-mode-hook. 2001-09-08 17:51:48 +00:00
Eli Zaretskii
944351c0cf (MD5 Checksum): New node, documents the md5 primitive. 2001-09-08 17:51:25 +00:00
Eli Zaretskii
1e8ca3a9ae (Selecting Windows): Document some-window. 2001-09-08 17:50:39 +00:00
Eli Zaretskii
7f0afecc0d (Describing Characters) <single-key-description>:
Document the new argument no-angles.
(Accessing Documentation) <documentation-property>: Document that
a non-string property is evaluated.
<documentation>: Document that the function-documentation property
is looked for.
2001-09-08 17:50:08 +00:00
Eli Zaretskii
a2f2ceaaf7 (The Echo Area) <message>: Document message-truncate-lines.
(Glyphs): Document that the glyph table is unused on windowed
displays.
2001-09-08 17:49:11 +00:00
Eli Zaretskii
bf23b4777a (User-Chosen Coding Systems) <select-safe-coding-system>: Document
the new argument accept-default-p and the variable
select-safe-coding-system-accept-default-p.  Tell what happens if
buffer-file-coding-system is undecided.
(Default Coding Systems): Document auto-coding-regexp-alist.
2001-09-08 17:48:33 +00:00
Eli Zaretskii
87d6dc142b (Scanning Keymaps) <where-is-internal>: The
argument keymap can be a list.
2001-09-08 17:47:45 +00:00
Eli Zaretskii
de0df8e2a9 (Time of Day): Document float-time.
(Recording Input): Document that clear-this-command-keys clears
the vector returned by recent-keys.
2001-09-08 17:45:21 +00:00
Eli Zaretskii
40d48fe935 (Garbage Collection): Document the used and free
strings report.
(Memory Usage): Document strings-consed.
2001-09-08 17:44:36 +00:00
Eli Zaretskii
915b353d82 (Sets And Lists): Document member-ignore-case. 2001-09-08 17:43:49 +00:00
Eli Zaretskii
3a4208096f (List Motion): Document
open-paren-in-column-0-is-defun-start.
2001-09-08 17:43:23 +00:00
Eli Zaretskii
d9940cbfd1 (Integer Basics): Document CL style read syntax for
integers in bases other than 10.
2001-09-08 17:42:52 +00:00
Eli Zaretskii
28932ac124 (Mouse Position): Document mouse-position-function.
(Display Feature Testing): Document display-images-p.
(Window Frame Parameters): Document the cursor-type variable.
2001-09-08 17:42:16 +00:00
Eli Zaretskii
3afd8c2506 (String Conversion) <string-to-number>: Document
that a float is returned for integers that are too large.
2001-09-08 17:41:41 +00:00
Richard M. Stallman
59a53efd07 Minor clarification. 2001-09-07 16:27:07 +00:00
Richard M. Stallman
9012a201f9 Minor clarifications. 2001-09-06 19:50:51 +00:00
Richard M. Stallman
ae9b6b4a99 Minor clarification. 2001-09-06 19:50:20 +00:00
Richard M. Stallman
f4f65a420c Rewrite and move definition of count-screen-lines.
Minor clarifications.
2001-09-06 19:49:21 +00:00
Richard M. Stallman
a5d0a32e01 Explain clearly what \digit does when that grouping
did not match.
2001-09-06 19:46:04 +00:00
Richard M. Stallman
2a2048f2e2 Correct the statement of when to use * in variable doc strings. 2001-09-06 19:43:44 +00:00
Gerd Moellmann
2d43d82313 *** empty log message *** 2001-09-04 09:34:50 +00:00
Gerd Moellmann
306ba73619 (srcdir, texinputdir): New variables.
(srcs, index.texi, install): Use $(srcdir).
(.PHONY): Remove elisp.dvi.
(elisp): Use -I switch for makeinfo.
(elisp.dvi): Use $(srcdir) and $(texinputdir).
(installall, dist): Use $(srcdir).
Fix path to texinfo.tex.
(maintainer-clean): Add elisp.dvi and elisp.oaux.
2001-09-04 09:34:40 +00:00
Gerd Moellmann
92a256311f *** empty log message *** 2001-08-30 12:15:09 +00:00
Gerd Moellmann
5fd2dcb8ca Conditional Display): Adjust to API change. 2001-08-30 12:13:54 +00:00
Gerd Moellmann
fa739b312d *** empty log message *** 2001-08-30 12:04:56 +00:00
Richard M. Stallman
7b67d693f2 Minor clarification. 2001-08-25 02:05:37 +00:00
Richard M. Stallman
4f79047230 Fix typo. 2001-08-25 02:01:24 +00:00
Richard M. Stallman
92e732c4b6 Remove two excess spaces. 2001-08-25 02:01:04 +00:00
Gerd Moellmann
3da17c12e8 (Search and Replace): Add description of
START and END parameters to perform-replace.
2001-08-23 14:25:42 +00:00
Richard M. Stallman
ea626e87bb Minor cleanup.
Add example of scientific notation in string-to-number.
2001-08-12 21:20:19 +00:00
Richard M. Stallman
5785f550ab Add bool-vector example. 2001-08-12 21:18:06 +00:00
Richard M. Stallman
3ae8380be4 Minor cleanup. 2001-08-12 21:16:54 +00:00
Richard M. Stallman
b7a2fc9b5b Add examples for floor, ceiling, truncate, round. 2001-08-12 21:16:24 +00:00
Richard M. Stallman
a9749dabdf Minor cleanups. 2001-08-12 21:15:14 +00:00
Gerd Moellmann
cef68af503 *** empty log message *** 2001-07-30 14:04:37 +00:00
Gerd Moellmann
99af9d8373 (Repeat Events): Add description of double-click-fuzz. 2001-07-30 14:04:16 +00:00
Werner LEMBERG
0b2fb04598 Fixing some typos. 2001-07-27 07:09:54 +00:00
Richard M. Stallman
41448f6344 Explain window-end never scrolls the window. 2001-07-12 08:46:28 +00:00
Gerd Moellmann
bbac569994 Fix a typo. 2001-07-10 10:46:53 +00:00
Ken Raeburn
ad78255132 properly mark Attic files as deleted 2001-07-06 08:41:36 +00:00
Gerd Moellmann
24eb6c0ee2 Fix several typos. 2001-07-04 06:22:15 +00:00
Richard M. Stallman
008c5e266f (Major Mode Conventions): Say not to change meaning of RET, and not to
set user preferences.  Say that there is a general imperative to
preserve uniformity even in ways not mentioned here.
2001-06-26 13:18:26 +00:00
Richard M. Stallman
0bae67ad54 (Wrong Time): New node. 2001-06-23 16:11:23 +00:00
Richard M. Stallman
92204c9219 Minor change. 2001-06-23 16:10:25 +00:00
Richard M. Stallman
c2e903c04f (Major Mode Conventions): Major modes should not change RET. 2001-06-23 16:09:28 +00:00
Richard M. Stallman
456ced1fb4 (Compilation Functions): Add xref to Problems with Macros. 2001-06-23 16:08:32 +00:00
Richard M. Stallman
b9332010d2 More of previous change. 2001-06-23 16:07:34 +00:00
Richard M. Stallman
70c750c0e8 Deprecate use of the INITIAL argument for completing-read. 2001-06-23 16:06:49 +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
db4413bed9 Fix typo. 2001-06-11 09:33:32 +00:00
Gerd Moellmann
0d88b7d028 Add that PBM and XBM image specs may have :foreground nil, and
:background nil.
2001-05-30 15:32:04 +00:00
Richard M. Stallman
8f17d892d1 Use Lisp escape sequences only inside string syntax. 2001-05-20 17:19:47 +00:00
Stefan Monnier
4015360678 (string-to-syntax): Close the @defun. 2001-05-09 20:34:19 +00:00
Stefan Monnier
d1f08d8503 (Syntax Class Table): Add the missing designator for
comment and string fences.
(Syntax Properties): Add a xref to syntax table internals.
(Syntax Table Internals): Document string-to-syntax.
2001-05-08 20:13:03 +00:00
Gerd Moellmann
1e9fc92e1c *** empty log message *** 2001-05-07 14:22:02 +00:00
Gerd Moellmann
722d9ee600 (install): Use install-info command line options
like in Emacs' Makefile.in.
2001-05-07 14:21:25 +00:00
Richard M. Stallman
80561aaa69 Two minor fixes. 2001-05-05 22:39:29 +00:00
Richard M. Stallman
0fe6819f96 Explain how handler is called, for magic file operations that take
more than one file-name argument.
2001-05-05 22:38:58 +00:00
Richard M. Stallman
9eae55d283 Fully document \d. 2001-04-22 14:51:21 +00:00
Gerd Moellmann
86b032fa4c (Finding Overlays): Fix example code. 2001-04-03 14:28:29 +00:00
Richard M. Stallman
1d2849135b Floating point is always available; say a little about what it is. 2001-03-26 03:17:58 +00:00
Richard M. Stallman
aab28c42a8 Minor fix. 2001-03-26 03:14:34 +00:00
Dave Love
5143d8a4f1 *** empty log message *** 2001-03-22 15:16:31 +00:00