aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
Commit message (Collapse)AuthorAgeFilesLines
* (File Attributes): Document that the device number can also be a cons cell.Eli Zaretskii2001-09-141-2/+4
|
* Clarify recent changes.Richard M. Stallman2001-09-106-47/+56
|
* Clarify recent changes.Richard M. Stallman2001-09-101-5/+4
|
* Clarify n-1, etc. in example.Richard M. Stallman2001-09-101-10/+11
|
* (Using Interactive): Document interactive-form.Eli Zaretskii2001-09-082-4/+82
| | | | | | (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.
* (Standard Hooks): Add kbd-macro-termination-hook and apropos-mode-hook.Eli Zaretskii2001-09-081-0/+2
|
* (MD5 Checksum): New node, documents the md5 primitive.Eli Zaretskii2001-09-081-1/+56
|
* (Selecting Windows): Document some-window.Eli Zaretskii2001-09-081-0/+15
|
* (Describing Characters) <single-key-description>:Eli Zaretskii2001-09-081-8/+29
| | | | | | | | 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.
* (The Echo Area) <message>: Document message-truncate-lines.Eli Zaretskii2001-09-081-2/+9
| | | | | (Glyphs): Document that the glyph table is unused on windowed displays.
* (User-Chosen Coding Systems) <select-safe-coding-system>: DocumentEli Zaretskii2001-09-081-16/+45
| | | | | | | 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.
* (Scanning Keymaps) <where-is-internal>: TheEli Zaretskii2001-09-081-1/+2
| | | | argument keymap can be a list.
* (Time of Day): Document float-time.Eli Zaretskii2001-09-081-0/+15
| | | | | (Recording Input): Document that clear-this-command-keys clears the vector returned by recent-keys.
* (Garbage Collection): Document the used and freeEli Zaretskii2001-09-081-3/+19
| | | | | strings report. (Memory Usage): Document strings-consed.
* (Sets And Lists): Document member-ignore-case.Eli Zaretskii2001-09-081-0/+7
|
* (List Motion): DocumentEli Zaretskii2001-09-081-0/+7
| | | | open-paren-in-column-0-is-defun-start.
* (Integer Basics): Document CL style read syntax forEli Zaretskii2001-09-081-0/+12
| | | | integers in bases other than 10.
* (Mouse Position): Document mouse-position-function.Eli Zaretskii2001-09-081-0/+20
| | | | | (Display Feature Testing): Document display-images-p. (Window Frame Parameters): Document the cursor-type variable.
* (String Conversion) <string-to-number>: DocumentEli Zaretskii2001-09-081-1/+3
| | | | that a float is returned for integers that are too large.
* Minor clarification.Richard M. Stallman2001-09-071-1/+1
|
* Minor clarifications.Richard M. Stallman2001-09-062-7/+9
|
* Minor clarification.Richard M. Stallman2001-09-062-7/+9
|
* Rewrite and move definition of count-screen-lines.Richard M. Stallman2001-09-061-20/+22
| | | | Minor clarifications.
* Explain clearly what \digit does when that groupingRichard M. Stallman2001-09-061-15/+27
| | | | did not match.
* Correct the statement of when to use * in variable doc strings.Richard M. Stallman2001-09-061-6/+7
|
* *** empty log message ***Gerd Moellmann2001-09-041-0/+11
|
* (srcdir, texinputdir): New variables.Gerd Moellmann2001-09-041-37/+82
| | | | | | | | | | (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.
* *** empty log message ***Gerd Moellmann2001-08-302-0/+776
|
* Conditional Display): Adjust to API change.Gerd Moellmann2001-08-301-2/+6
|
* *** empty log message ***Gerd Moellmann2001-08-301-0/+4
|
* Minor clarification.Richard M. Stallman2001-08-251-6/+7
|
* Fix typo.Richard M. Stallman2001-08-251-1/+1
|
* Remove two excess spaces.Richard M. Stallman2001-08-251-2/+2
|
* (Search and Replace): Add description ofGerd Moellmann2001-08-231-4/+8
| | | | START and END parameters to perform-replace.
* Minor cleanup.Richard M. Stallman2001-08-121-2/+4
| | | | Add example of scientific notation in string-to-number.
* Add bool-vector example.Richard M. Stallman2001-08-121-0/+19
|
* Minor cleanup.Richard M. Stallman2001-08-121-1/+1
|
* Add examples for floor, ceiling, truncate, round.Richard M. Stallman2001-08-121-4/+50
|
* Minor cleanups.Richard M. Stallman2001-08-122-37/+65
|
* *** empty log message ***Gerd Moellmann2001-07-301-0/+5
|
* (Repeat Events): Add description of double-click-fuzz.Gerd Moellmann2001-07-301-2/+9
|
* Fixing some typos.Werner LEMBERG2001-07-273-7/+7
|
* Explain window-end never scrolls the window.Richard M. Stallman2001-07-121-3/+10
|
* Fix a typo.Gerd Moellmann2001-07-101-1/+1
|
* properly mark Attic files as deletedKen Raeburn2001-07-061-94/+0
|
* Fix several typos.Gerd Moellmann2001-07-041-5/+5
|
* (Major Mode Conventions): Say not to change meaning of RET, and not toRichard M. Stallman2001-06-261-3/+23
| | | | | set user preferences. Say that there is a general imperative to preserve uniformity even in ways not mentioned here.
* (Wrong Time): New node.Richard M. Stallman2001-06-231-0/+32
|
* Minor change.Richard M. Stallman2001-06-231-6/+7
|
* (Major Mode Conventions): Major modes should not change RET.Richard M. Stallman2001-06-231-0/+6
|