aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Nick Roberts2005-10-031-0/+4
|
* (High-Level Completion): Explain that the promptRomain Francoise2005-09-302-2/+13
| | | | | given to `read-buffer' should end with a colon and a space. Update usage examples.
* *** empty log message ***Juri Linkov2005-09-291-0/+6
|
* (Displaying Messages): Rename argument name `string' to `format-string'Juri Linkov2005-09-291-11/+12
| | | | in functions `message', `message-box', `message-or-box'.
* * errors.texi (Standard Errors): Corrected xrefs.Chong Yidong2005-09-262-7/+13
|
* Add makefile (for MS-Windows).Eli Zaretskii2005-09-241-0/+1
|
* Updated documentation for `image-load-path'.Chong Yidong2005-09-182-4/+10
|
* *** empty log message ***Richard M. Stallman2005-09-171-0/+4
|
* (Defining Images): Clean up previous change.Richard M. Stallman2005-09-171-6/+7
|
* * elisp.texi: Specify GFDL version 1.2.Romain Francoise2005-09-163-81/+135
| | | | | * doclicense.texi (GNU Free Documentation License): Update to version 1.2.
* Document `image-load-path'.Chong Yidong2005-09-152-2/+25
|
* *** empty log message ***Richard M. Stallman2005-09-151-0/+11
|
* (Printed Representation): Minor cleanup.Richard M. Stallman2005-09-151-13/+13
| | | | | | | | | | (Box Diagrams): Minor fix. (Cons Cell Type): Move (...) index item here. (Box Diagrams): From here. (Array Type): Minor fix. (Type Predicates): Delete index "predicates". (Hash Table Type): Clarify xref. (Dotted Pair Notation): Minor fix.
* 2005-09-10 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-102-1/+5
| | | | * files.texi (Saving Buffers): Fix typo.
* *** empty log message ***Richard M. Stallman2005-09-091-0/+4
|
* (Programming Tips): Correct the "default" prompt spec.Richard M. Stallman2005-09-091-1/+1
|
* 2005-09-08 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-0810-55/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * locals.texi (Standard Buffer-Local Variables): Don't include mode variables for minor modes. Fix xrefs for buffer-display-count, buffer-display-table, buffer-offer-save, buffer-saved-size, cache-long-line-scans, enable-multibyte-characters, fill-column, header-line-format, left-fringe-width, left-margin, and right-fringe-width. * hooks.texi (Standard Hooks): All hooks should conform to the standard naming convention now. Fix xref for `echo-area-clear-hook'. * display.texi (Usual Display): Note that indicate-empty-lines and tab-width are buffer-local. * files.texi (Saving Buffers): Add xref to `Killing Buffers'. * modes.texi (Mode Help): Note that major-mode is buffer-local. * nonascii.texi (Encoding and I/O): Note that buffer-file-coding-system is buffer-local. * positions.texi (List Motion): Note that defun-prompt-regexp is buffer-local. * text.texi (Auto Filling): Note that auto-fill-function is buffer-local. (Undo): Note that buffer-undo-list is buffer-local. * windows.texi (Buffers and Windows): Document buffer-display-count.
* (Coding Conventions): Sometimes it is ok to put theRichard M. Stallman2005-09-062-1/+8
| | | | package prefix elsewhere than at the start of the name.
* *** empty log message ***Richard M. Stallman2005-09-041-0/+5
|
* (Programming Tips): Add conventions for minibuffer questions and prompts.Richard M. Stallman2005-09-041-0/+14
|
* (nil and t): Minor cleanup.Richard M. Stallman2005-09-042-11/+19
| | | | | | | Delete spurious mention of keyword symbols. (Evaluation Notation): Add index entry. (A Sample Function Description): Minor cleanup. (A Sample Variable Description): Not all vars can be set.
* *** empty log message ***Thien-Thi Nguyen2005-09-031-0/+6
|
* (Insertion): Document precise type of `insert-char' arg COUNT.Thien-Thi Nguyen2005-09-031-2/+2
|
* (Buffer Contents): Use "\n" in examples' result strings.Thien-Thi Nguyen2005-09-031-5/+3
|
* (Other Font Lock Variables): Sync the default of font-lock-lines-before.Stefan Monnier2005-09-022-1/+6
|
* Make `make-auto-save-file-name' a magic operation.Michael Albinus2005-08-302-3/+9
|
* (Top): Update subnode menu.Richard M. Stallman2005-08-292-4/+13
|
* (Searching and Matching): Move node.Richard M. Stallman2005-08-291-262/+196
| | | | | | Rearrange contents and add overall explanation. (Searching and Case): Move node. (Searching and Matching): Update menu.
* *** empty log message ***Eli Zaretskii2005-08-271-0/+5
|
* (Startup Summary): Fix the description of the initial startup message display.Eli Zaretskii2005-08-271-2/+2
|
* *** empty log message ***Richard M. Stallman2005-08-251-0/+9
|
* (Search and Replace): Add replace-regexp-in-string.Richard M. Stallman2005-08-251-0/+19
|
* (Finding Overlays): Fix `find-overlay-prop' in `next-overlay-change' example.Richard M. Stallman2005-08-251-4/+10
|
* *** empty log message ***Juri Linkov2005-08-221-0/+6
|
* (Mode Line Data): Fix xref to Standard Faces.Juri Linkov2005-08-221-1/+1
|
* (Standard Faces): Delete node.Juri Linkov2005-08-221-136/+5
| | | | | (Faces): Add xref to `(emacs)Standard Faces'. (Displaying Faces): Fix xref to `Standard Faces'.
* (Attribute Functions): Add set-face-inverse-video-p.Juri Linkov2005-08-222-4/+13
| | | | Fix invert-face. Fix args of face-background.
* *** empty log message ***Eli Zaretskii2005-08-201-0/+5
|
* (The Buffer List): Clarify the manipulation of the buffer list.Eli Zaretskii2005-08-201-9/+12
|
* Typo.Andreas Schwab2005-08-151-1/+2
|
* *** empty log message ***Richard M. Stallman2005-08-151-0/+4
|
* (Auto Major Mode): interpreter-mode-alist is not a regexp.Richard M. Stallman2005-08-151-3/+1
|
* *** empty log message ***Richard M. Stallman2005-08-111-0/+4
|
* (Top): Update subnode lists.Richard M. Stallman2005-08-111-3/+8
|
* (Inverse Video): Node deleted.Richard M. Stallman2005-08-111-12/+0
|
* (Regexp Backslash, Regexp Example): New nodes split out of Regexps.Richard M. Stallman2005-08-111-0/+13
|
* (Key Binding Conventions, Programming Tips, Warning Tips):Richard M. Stallman2005-08-111-140/+170
| | | | New nodes split out of Coding Conventions.
* (Regular Expressions): Document re-builder.Richard M. Stallman2005-08-111-0/+10
|
* (Time Parsing): New node split out of Time Conversion.Richard M. Stallman2005-08-111-86/+93
|
* (Misc Network, Network Feature Testing)Richard M. Stallman2005-08-111-50/+76
| | | | (Network Options, Make Network): New nodes split out of Low-Level Network.