summaryrefslogtreecommitdiff
path: root/lispref
Commit message (Collapse)AuthorAgeFilesLines
* (Font Lock Basics): Explain how nil for font-lock-defaults affectsRichard M. Stallman2006-12-112-3/+19
| | | | | face menu. Explain how to make it non-nil without enabling any fontification.
* (Font Lock Basics): Document nil value of font-lock-defaults.Chong Yidong2006-12-101-4/+7
|
* * modes.texi (Font Lock Basics): Document nil value ofChong Yidong2006-12-101-0/+5
| | | | font-lock-defaults.
* (Defining Abbrevs): Abbrev tables may not be empty when major modesGlenn Morris2006-12-101-3/+6
| | | | are loaded.
* *** empty log message ***Glenn Morris2006-12-101-1/+2
|
* (Defining Abbrevs): Mention `define-abbrev' 'forceGlenn Morris2006-12-101-1/+4
| | | | value for system-flag argument.
* *** empty log message ***Glenn Morris2006-12-101-0/+5
|
* (maintainer-clean): Partially revert last change; delete "elisp-?"Juanma Barranquero2006-12-092-1/+7
| | | | and "elisp-??" instead of "elisp-*" to protect elisp-covers.texi.
* (maintainer-clean): Depend on `distclean'. Don't remove elisp* info files;Juanma Barranquero2006-12-072-2/+9
| | | | | they are already deleted by the `clean' and `distclean' targets, and they are in the $(infodir) directory, not the current one.
* *** empty log message ***Kim F. Storm2006-12-041-0/+5
|
* (Misc Events): Update signal events.Kim F. Storm2006-12-041-7/+18
| | | | (Event Examples): Add signal example.
* (Visibility of Frames): Explain visible windowsRichard M. Stallman2006-11-292-6/+13
| | | | can be covered by others. Add xref for raise-frame.
* *** empty log message ***Richard M. Stallman2006-11-281-0/+4
|
* (Regexp Special): Update when ^ is special.Richard M. Stallman2006-11-281-1/+2
|
* *** empty log message ***Eli Zaretskii2006-11-271-0/+7
|
* (Customization, Common Keywords)Eli Zaretskii2006-11-271-0/+30
| | | | | | (Group Definitions, Variable Definitions, Composite Types) (Type Keywords, Customization Types): Add index entries for various customization keywords.
* (Multiline Font Lock): Rephrase some parts for clarity.Stefan Monnier2006-11-232-9/+16
|
* Rephrase some font-lock-multiline text.Stefan Monnier2006-11-191-9/+12
|
* Bump version to 22.0.91Chong Yidong2006-11-181-1/+1
|
* * frames.texi (Window System Selections): Remove clipboard fromJan Djärv2006-11-102-1/+6
| | | | description of selection-coding-system.
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-2/+3
|
* *** empty log message ***Richard M. Stallman2006-11-061-0/+12
|
* (List Variables): Document COMPARE-FN.Richard M. Stallman2006-11-061-2/+4
|
* Avoid use of "binding" to mean a relation;Richard M. Stallman2006-11-061-15/+17
| | | | use it only to refer to the meaning associated with a key.
* (Top): Change menu node description.Richard M. Stallman2006-11-061-1/+1
|
* (Managing Overlays): Document overlay-recenter.Richard M. Stallman2006-11-061-0/+15
|
* * makefile.w32-in: revert last change.Chong Yidong2006-10-302-4/+2
|
* * Makefile.in: Use relative paths to avoid advertising filesystemChong Yidong2006-10-293-4/+11
| | | | | | contents during compilation. * makefile.w32-in: Likewise.
* * elisp.texi: Bump version number to 22.0.90.Chong Yidong2006-10-271-1/+1
|
* (Event Input Misc): Update unread-command-events.Kim F. Storm2006-10-231-0/+7
|
* *** empty log message ***Kim F. Storm2006-10-231-0/+4
|
* (Sets And Lists): Fix typos.Nick Roberts2006-10-221-3/+3
|
* *** empty log message ***Nick Roberts2006-10-221-0/+4
|
* *** empty log message ***Juanma Barranquero2006-10-181-5/+10
|
* (Processing of Errors): Use @var for an argument, not @code.Juanma Barranquero2006-10-181-1/+1
|
* *** empty log message ***Richard M. Stallman2006-10-161-0/+24
|
* (Edebug Recursive Edit): Minor cleanup.Richard M. Stallman2006-10-161-3/+3
|
* (Format of Keymaps): Show all the keymap elementRichard M. Stallman2006-10-161-13/+19
| | | | | patterns that result from menu items. (Key Lookup): Minor cleanups.
* (Precalculated Fontification): Don't say thatRichard M. Stallman2006-10-161-2/+1
| | | | not setting font-lock-defaults avoids loading font-lock.
* Fix prev change.Richard M. Stallman2006-10-161-1/+1
|
* (Documentation): Move xref to Emacs Manual here.Richard M. Stallman2006-10-161-3/+7
| | | | | (Documentation Basics): From here. Also doc emacs-lisp-docstring-fill-column.
* Update version and ISBN.Richard M. Stallman2006-10-161-2/+2
|
* (Interactive Call): Clarify KEYS arg to call-interactively is a vector.Richard M. Stallman2006-10-161-6/+12
| | | | | | (Command Loop Info): Delete anchor in this-command-keys. Add anchor in this-command-keys-vector. (Recursive Editing): Document how recursive-edit handles the current buffer.
* * frames.texi (Frame Titles): %c and %l are ignored inChong Yidong2006-10-132-1/+7
| | | | frame-title-format.
* *** empty log message ***Richard M. Stallman2006-10-111-0/+4
|
* (Key Sequences): Clarify use of kbd.Richard M. Stallman2006-10-111-12/+32
|
* (Sets And Lists): Add memql.Kim F. Storm2006-10-101-0/+21
|
* *** empty log message ***Kim F. Storm2006-10-101-4/+4
|
* *** empty log message ***Richard M. Stallman2006-10-031-0/+5
|
* (Char Classes): Document :multibyte: and :unibyte:.Richard M. Stallman2006-10-031-2/+6
| | | | Clarify :ascii: and :nonascii:.