summaryrefslogtreecommitdiff
path: root/lispref
Commit message (Collapse)AuthorAgeFilesLines
* (Glyphs) Fix a typo.Eli Zaretskii2007-02-101-1/+1
|
* (Hooks for Loading): Make the description of `eval-after-load' moreAlan Mackenzie2007-02-041-13/+29
| | | | | detailed, and amend the description of after-load-alist, in accordance with changes from 2006-05.
* *** empty log message ***Alan Mackenzie2007-02-041-0/+6
|
* Fix typo.Chong Yidong2007-02-031-3/+3
|
* (Defining Minor Modes): Document that a :require keyword or similarChong Yidong2007-02-031-4/+19
| | | | may be required to make saved customization variables work.
* * modes.texi (Defining Minor Modes): Document that a :requireChong Yidong2007-02-031-0/+6
| | | | | keyword or similar may be required to make saved customization variables work.
* *** empty log message ***Eli Zaretskii2007-02-031-0/+7
|
* (Top): Make the detailed menu headers compliant with Texinfo guidelines andEli Zaretskii2007-02-031-2/+9
| | | | | with what texnfo-upd.el expects. Add comments to prevent people from inadvertently modifying key parts needed by `texinfo-multiple-files-update'.
* *** empty log message ***Eli Zaretskii2007-02-021-0/+2
|
* (Top): Update the top-level menus.Eli Zaretskii2007-02-021-48/+341
|
* (Categories): Add index entries.Eli Zaretskii2007-02-022-0/+6
|
* *** empty log message ***Juanma Barranquero2007-02-011-0/+5
|
* (Attribute Functions): Fix name and description of the UNDERLINE argJuanma Barranquero2007-02-011-1/+2
| | | | of `set-face-underline-p'.
* Add copyright and permissions notices.Glenn Morris2007-02-011-0/+6
|
* (Top): Add "Standard Errors", "Standard Buffer-Local Variables", andEli Zaretskii2007-01-292-2/+9
| | | | "Standard Keymaps" to the detailed menu.
* (Future Local Variables): Add index entry.Eli Zaretskii2007-01-292-0/+5
|
* *** empty log message ***Richard M. Stallman2007-01-281-0/+9
|
* (Coding Conventions): Clarify the tip about macrosRichard M. Stallman2007-01-281-1/+2
| | | | that define a function or a variable.
* (File Attributes): UID and GID can be floats.Richard M. Stallman2007-01-281-4/+13
| | | | | (Magic File Names): Explain why deferring all operations to the standard handler does not work.
* *** empty log message ***Martin Rudalics2007-01-231-0/+5
|
* (Reverting): Use "buffer" instead of "file"Martin Rudalics2007-01-231-1/+1
| | | | when talking about major and minor modes.
* Bump version to 22.0.93.Chong Yidong2007-01-231-1/+1
|
* (Documentation): Add xref to Documentation Tips.Richard M. Stallman2007-01-212-2/+7
|
* Add 2007 to copyright years.Glenn Morris2007-01-217-7/+7
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-1647-93/+94
| | | | 2001).
* *** empty log message ***Juanma Barranquero2007-01-141-4/+8
|
* (Coding Conventions): Fix typos.Juanma Barranquero2007-01-141-1/+1
|
* *** empty log message ***Richard M. Stallman2007-01-051-0/+4
|
* (Defining Minor Modes): Fix previous change.Richard M. Stallman2007-01-051-1/+3
|
* (Variable Definitions, Customization Types):Richard M. Stallman2007-01-032-2/+7
| | | | Don't use * in doc string for defcustom.
* *** empty log message ***Richard M. Stallman2007-01-021-0/+10
|
* (Variable Aliases): Clarify that aliases vars always have the same value.Richard M. Stallman2007-01-021-3/+5
|
* (Bindat Spec): Fix Texinfo usage.Richard M. Stallman2007-01-021-1/+1
|
* (Defining Minor Modes): Explain effect of commandRichard M. Stallman2007-01-021-3/+6
| | | | defined with define-global-minor-mode on new buffers.
* (Tool Bar): Describe `grow-only' value of `auto-resize-tool-bars'.Kim F. Storm2006-12-301-0/+9
|
* *** empty log message ***Kim F. Storm2006-12-301-0/+5
|
* *** empty log message ***Richard M. Stallman2006-12-301-0/+4
|
* (Active Keymaps): Fix previous change.Richard M. Stallman2006-12-301-1/+1
|
* (Active Keymaps): Make xref to lookup-key.Nick Roberts2006-12-301-1/+1
|
* *** empty log message ***Nick Roberts2006-12-301-1/+5
|
* (Bindat Spec): Clarify using field names inKim F. Storm2006-12-302-7/+14
| | | | length specifications.
* *** empty log message ***Kim F. Storm2006-12-291-0/+5
|
* (Bindat Spec): Explain eval forms and lengths better.Kim F. Storm2006-12-291-19/+40
| | | | Add count and index variables for eval forms in repeat blocks.
* (Variable Definitions): Document new name custom-add-frequent-value.Richard M. Stallman2006-12-242-4/+9
|
* Bump version number to 22.0.92Chong Yidong2006-12-191-1/+1
|
* *** empty log message ***Kim F. Storm2006-12-191-0/+6
|
* (Misc Events): User signals now result in sigusr1Kim F. Storm2006-12-191-7/+27
| | | | | and sigusr2 events which are handled through special-event-map. (Special Events): User signals and drag-n-drop are special.
* *** empty log message ***Richard M. Stallman2006-12-171-0/+7
|
* (Named Features): Explain subfeatures better.Richard M. Stallman2006-12-171-2/+8
|
* Use "option" only for user options.Richard M. Stallman2006-12-171-25/+28
| | | | | | For the keyword values inside defcustom etc, say "keywords". For :options value's elements, say "elements". :group should not be omitted.