summaryrefslogtreecommitdiff
path: root/lispref
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Juri Linkov2005-11-211-0/+6
|
* (Common Keywords): Update links types custom-manual and url-link.Juri Linkov2005-11-211-4/+29
| | | | | Add link types emacs-library-link, file-link, function-link, variable-link, custom-group-link.
* * display.texi: Revert 2005-11-20 change.Chong Yidong2005-11-202-13/+4
|
* (Bindat Functions): Say "third" to refer to zero-based index "2".Thien-Thi Nguyen2005-11-202-1/+6
|
* (Library Search): Update the default value of `load-suffixes'.Luc Teirlinck2005-11-191-1/+2
|
* *** empty log message ***Luc Teirlinck2005-11-191-0/+5
|
* mention :ignore-deffaceChong Yidong2005-11-182-0/+17
|
* (Minor Mode Conventions): Use custom-set-minor-mode.Stefan Monnier2005-11-162-2/+3
| | | | (Minor Mode Conventions): Mention the use of a hook.
* (Minor Mode Conventions): Use custom-set-minor-mode.Stefan Monnier2005-11-162-4/+7
|
* Add `dedicated' arg to get-lru-window and get-largest-window.Stefan Monnier2005-11-071-4/+6
|
* *** empty log message ***Richard M. Stallman2005-11-071-0/+5
|
* (Magic File Names): find-file-name-handler checks theRichard M. Stallman2005-11-071-5/+7
| | | | `operations' property of the handler.
* *** empty log message ***Richard M. Stallman2005-11-031-0/+4
|
* (Frame-Local Variables): Small clarification.Richard M. Stallman2005-11-031-2/+1
|
* Document ~/.emacs.d/init.el.Chong Yidong2005-10-302-4/+9
|
* *** empty log message ***Richard M. Stallman2005-10-291-0/+4
|
* (Garbage Collection): Document memory-full.Richard M. Stallman2005-10-291-0/+5
|
* (Documentation Tips): Help mode now creates hyperlinks for URLs.Bill Wohler2005-10-282-0/+13
|
* *** empty log message ***Richard M. Stallman2005-10-281-0/+9
|
* (Completion Commands): Clean up prev change.Richard M. Stallman2005-10-281-6/+6
|
* (Eval During Compile): Explain recommended usesRichard M. Stallman2005-10-281-2/+51
| | | | of eval-when-compile and eval-and-compile.
* Write about new optional argument for `display-completion-list'.Masatake YAMATO2005-10-272-3/+16
|
* *** empty log message ***Richard M. Stallman2005-10-231-0/+5
|
* (Overlay Arrow): Clarify about local bindings of overlay-arrow-position.Richard M. Stallman2005-10-231-3/+6
|
* (Building Emacs): Fix last change.Eli Zaretskii2005-10-222-2/+6
|
* *** empty log message ***Richard M. Stallman2005-10-221-0/+4
|
* (Building Emacs): Document eval-at-startup.Richard M. Stallman2005-10-221-0/+12
|
* *** empty log message ***Richard M. Stallman2005-10-211-0/+5
|
* (Where Defined): load-history contains abs file names.Richard M. Stallman2005-10-211-7/+5
| | | | symbol-file returns abs file names.
* *** empty log message ***Kim F. Storm2005-10-191-0/+4
|
* (Showing Images): Add max-image-size integer value.Kim F. Storm2005-10-191-4/+8
|
* * display.texi (Showing Images): Document max-image-size.Chong Yidong2005-10-192-0/+19
|
* *** empty log message ***Richard M. Stallman2005-10-171-0/+7
|
* (Quitting): Minor clarification.Richard M. Stallman2005-10-171-2/+3
|
* (Sentinels): Clarify about output and quitting.Richard M. Stallman2005-10-171-7/+14
| | | | (Filter Functions): Mention with-local-quit.
* *** empty log message ***Juri Linkov2005-10-171-0/+20
|
* (Change Hooks): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.Juri Linkov2005-10-171-1/+1
|
* (Syntax Table Functions):Juri Linkov2005-10-171-1/+1
| | | | Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
* (Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.Juri Linkov2005-10-171-1/+1
|
* (Excursions): Replace arg `forms' with `body' in `save-excursion'.Juri Linkov2005-10-171-4/+4
|
* (Mode Hooks, Defining Minor Modes):Juri Linkov2005-10-171-3/+3
| | | | Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
* (Writing to Files): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.Juri Linkov2005-10-171-1/+1
|
* (Progress, Defining Faces):Juri Linkov2005-10-171-2/+2
| | | | Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
* (Group Definitions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.Juri Linkov2005-10-171-1/+1
|
* (Eval During Compile, Compiler Errors):Juri Linkov2005-10-171-3/+3
| | | | Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
* (Event Input Misc): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.Juri Linkov2005-10-171-8/+8
| | | | (Quitting): Replace arg `forms' with `body' in `with-local-quit'.
* (Current Buffer): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.Juri Linkov2005-10-171-3/+3
|
* *** empty log message ***Kim F. Storm2005-10-071-0/+5
|
* (Window Tree): Rename window-split-tree to window-tree.Kim F. Storm2005-10-071-8/+8
| | | | Rename manual section accordingly.
* (Window Split Tree): New section describingKim F. Storm2005-10-041-0/+27
| | | | new function window-split-tree function.