aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* New file.Jason Rumney2003-09-031-0/+138
|
* Add arch taglinesMiles Bader2003-09-0163-0/+238
|
* *** empty log message ***Richard M. Stallman2003-08-291-0/+5
|
* (Overlay Properties): Clarify how priorities affect use of the properties.Richard M. Stallman2003-08-291-6/+8
|
* *** empty log message ***Luc Teirlinck2003-08-201-0/+5
|
* (Type Keywords): Correct the description of `:help-echo' in the caseLuc Teirlinck2003-08-201-1/+2
| | | | where `motion-doc' is a function.
* *** empty log message ***John Paul Wallington2003-08-142-3/+7
|
* (Emulating Mode Line): Subsection, not section.John Paul Wallington2003-08-141-1/+1
|
* (Top): Update subnode lists in menu.Richard M. Stallman2003-08-132-0/+43
|
* (Insertion): Add insert-buffer-substring-no-properties.Richard M. Stallman2003-08-131-4/+187
| | | | | | | | | | (Kill Functions): kill-region has new arg yank-handler. (Yanking): New node. (Yank Commands): Add yank-undo-function. (Low-Level Kill Ring): kill-new and kill-append have new arg yank-handler. (Changing Properties): Add remove-list-of-text-properties. (Atomic Changes): New node.
* (Other Plists): Add lax-plist-get, lax-plist-put.Richard M. Stallman2003-08-131-0/+10
|
* (Output Variables): Add eval-expression-print-lengthRichard M. Stallman2003-08-131-0/+8
| | | | and eval-expression-print-level.
* (Time Conversion): For encode-time, explain limits on year.Richard M. Stallman2003-08-131-0/+2
|
* (Character Type): Define anchor "modifier bits".Richard M. Stallman2003-08-131-1/+2
|
* (Emulating Mode Line): New node.Richard M. Stallman2003-08-131-12/+39
| | | | | (Search-based Fontification): Font Lock uses font-lock-face property. (Other Font Lock Variables): Likewise.
* (Format of Keymaps): Keymaps contain char tables, not vectors.Richard M. Stallman2003-08-131-36/+118
| | | | | | | | | (Active Keymaps): Add emulation-mode-map-alists. (Functions for Key Lookup): key-binding has new arg no-remap. (Remapping Commands): New node. (Scanning Keymaps): where-is-internal has new arg no-remap. (Tool Bar): Add tool-bar-local-item-from-menu. Clarify when to use tool-bar-add-item-from-menu.
* (Interactive Call): commandp has new arg.Richard M. Stallman2003-08-131-5/+15
| | | | (Command Loop Info): Add this-original-command.
* (Top): Fix typo.John Paul Wallington2003-08-062-1/+10
|
* (Warning Basics): Fix typo.John Paul Wallington2003-08-061-3/+3
| | | | (Fringes): Add closing curly bracket and fix typo.
* (Compiler Errors): Say `@end defmac' after `defmac'.John Paul Wallington2003-08-061-1/+1
|
* *** empty log message ***Richard M. Stallman2003-08-061-0/+48
|
* Update lists of subnodes.Richard M. Stallman2003-08-061-2/+13
|
* (Buffers and Windows): set-window-buffer has new arg.Richard M. Stallman2003-08-061-1/+6
|
* (Local Variables): Use lc for example variable names.Richard M. Stallman2003-08-061-10/+10
|
* (Library Headers): Explain where to put -*-.Richard M. Stallman2003-08-061-1/+2
|
* (Creating Strings): Fix xref for vconcat.Richard M. Stallman2003-08-061-1/+1
|
* (Vector Functions): vconcat no longer allows integer args.Richard M. Stallman2003-08-061-8/+5
|
* (Reading File Names): read-file-name has new arg PREDICATE.Richard M. Stallman2003-08-061-1/+11
| | | | New function read-directory-name.
* (Defining Macros): Give definition of `declare'Richard M. Stallman2003-08-061-0/+80
| | | | (Indenting Macros): New node.
* (Parameter Access): Add modify-all-frames-parameters.Richard M. Stallman2003-08-061-44/+69
| | | | | | (Window Frame Parameters): Make separate table of parameters that are coupled with specific face attributes. (Deleting Frames): delete-frame-hooks renamed to delete-frame-functions.
* (Magic File Names): Add file-remote-p. Clarify file-local-copy.Richard M. Stallman2003-08-061-8/+15
|
* (Instrumenting Macro Calls): Don't define `declare' here;Richard M. Stallman2003-08-061-9/+8
| | | | instead xref Defining Macros.
* (Warnings): New node, and subnodes.Richard M. Stallman2003-08-061-7/+243
| | | | (Fringes): New node.
* (Test Coverage): New node.Richard M. Stallman2003-08-061-0/+37
|
* (Compiler Errors): Explain with-no-warningsRichard M. Stallman2003-08-061-0/+36
| | | | and other ways to suppress warnings.
* (Interactive Call): Minor clarification.Richard M. Stallman2003-08-061-0/+4
|
* (Buffer File Name): set-visited-file-name renames the buffer too.Richard M. Stallman2003-08-061-4/+7
|
* (Abbrev Tables): Add copy-abbrev-table.Richard M. Stallman2003-08-061-0/+5
|
* (Abbrev Expansion): Use \s syntax in example.Markus Rost2003-07-242-1/+5
|
* (Garbage Collection): Fix previous change.Markus Rost2003-07-222-2/+6
|
* (Truenames): Add LIMIT arg to file-chase-links.Richard M. Stallman2003-07-222-2/+51
|
* (Width): Use \s syntax in example.Richard M. Stallman2003-07-221-1/+16
| | | | (Font Selection): Add face-font-rescale-alist.
* (Imenu): Add xref to Emacs Manual node on Imenu.Richard M. Stallman2003-07-221-5/+7
| | | | Remove spurious indent in example.
* (Building Lists): Add number-sequence.Richard M. Stallman2003-07-221-0/+14
|
* (Garbage Collection): Add gcs-done, gc-elapsed.Richard M. Stallman2003-07-221-0/+11
|
* (Function Documentation): Explain how toRichard M. Stallman2003-07-221-1/+14
| | | | show calling convention explicitly in the doc string.
* (Selecting Windows): save-selected-window saves selected window of each frame.Richard M. Stallman2003-07-221-13/+9
| | | | (Window Configurations): Minor change.
* (Syntax Table Functions): Use \s syntax in examples.Richard M. Stallman2003-07-221-2/+2
|
* (Output Variables): Add print-continuous-numbering and print-number-table.Richard M. Stallman2003-07-221-0/+16
|
* Fix typo.Richard M. Stallman2003-07-221-1/+1
|