aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (Common Keywords): Document how to useRichard M. Stallman2006-07-292-9/+17
| | | | :package-version in a package not in Emacs.
* (Reading One Event): Fix last change.Kim F. Storm2006-07-271-4/+4
|
* *** empty log message ***Kim F. Storm2006-07-271-0/+4
|
* * commands.texi (Reading One Event): Document SECONDS argument forChong Yidong2006-07-262-3/+17
| | | | read-event, read-char, and read-char-exclusive.
* (Multiline Font Lock): Can't use jit-lock-defer-multilineStefan Monnier2006-07-252-2/+6
| | | | to ensure correct identification.
* (Clickable Text): Clarify.Richard M. Stallman2006-07-242-6/+7
|
* *** empty log message ***Richard M. Stallman2006-07-241-0/+15
|
* (Setting Variables): add-to-list and add-to-ordered-list moved to ListRichard M. Stallman2006-07-241-99/+0
| | | | Variables node.
* (Vector Functions): Delete duplicate xref.Richard M. Stallman2006-07-241-2/+2
|
* (Function Type): Clarify.Richard M. Stallman2006-07-241-9/+10
|
* (Keymaps and Minor Modes): List punct chars for minor modes.Richard M. Stallman2006-07-241-3/+2
|
* (List Variables): New node.Richard M. Stallman2006-07-241-14/+119
| | | | Material moved from other nodes.
* *** empty log message ***Thien-Thi Nguyen2006-07-231-0/+5
|
* (Links and Mouse-1): For mouse-on-link-p, expand on arg POS.Thien-Thi Nguyen2006-07-231-1/+2
|
* (Forcing Redisplay): Don't mention systems whichKim F. Storm2006-07-211-3/+2
| | | | don't support sub-second timers for redisplay-preemption-period.
* (Terminal Output): Clarify text vs graphical terminal.Kim F. Storm2006-07-211-2/+2
|
* *** empty log message ***Kim F. Storm2006-07-211-0/+7
|
* *** empty log message ***Eli Zaretskii2006-07-211-0/+5
|
* (Input Focus): Document that focus-follows-mouse has no effect on MS-Windows.Eli Zaretskii2006-07-211-1/+3
|
* (Forcing Redisplay): Cleanups in previous change.Richard M. Stallman2006-07-192-3/+5
|
* (Low-Level Network): Make menu more convenient.Richard M. Stallman2006-07-192-3/+8
|
* *** empty log message ***Kim F. Storm2006-07-181-0/+6
|
* (Forcing Redisplay): redisplay-preemption-periodKim F. Storm2006-07-181-2/+3
| | | | only used on window systems. Add xref to Terminal Output.
* (Terminal Output): baud-rate only controls preemption onKim F. Storm2006-07-181-4/+5
| | | | non-window systems. Add xref to Forcing Redisplay.
* (Low-Level Network): Rename node "Make Network"Kim F. Storm2006-07-181-2/+2
| | | | to "Network Processes".
* *** empty log message ***Kim F. Storm2006-07-181-11/+16
|
* fix bad page breaksKarl Berry2006-07-187-11/+16
|
* * commands.texi (Waiting): Document batch-mode sit-for behavior.Chong Yidong2006-07-182-5/+11
|
* *** empty log message ***Richard M. Stallman2006-07-182-2/+18
|
* Put point and comma inside quotes.Richard M. Stallman2006-07-181-3/+3
| | | | (Textual Scrolling): Use @samp for error message.
* Use real doublequote in menus.Richard M. Stallman2006-07-184-11/+11
|
* Put period and comma inside quotes.Richard M. Stallman2006-07-1826-73/+73
|
* Put period and comma inside quotes.Richard M. Stallman2006-07-183-18/+18
| | | | Use real doublequote in menus.
* *** empty log message ***Richard M. Stallman2006-07-171-0/+2
|
* (Processing of Errors): Add command-error-function.Richard M. Stallman2006-07-171-4/+15
|
* *** empty log message ***Richard M. Stallman2006-07-171-0/+8
|
* (File Local Variables): Clarify thatRichard M. Stallman2006-07-171-4/+6
| | | | file local variables make buffer-local bindings.
* (Syntactic Font Lock): Give default for font-lock-syntax-table.Richard M. Stallman2006-07-171-1/+2
|
* (Special Properties): Clean up previous change.Nick Roberts2006-07-171-3/+3
|
* *** empty log message ***Nick Roberts2006-07-171-0/+4
|
* page breaks through chapter 10Karl Berry2006-07-162-3/+6
|
* fix bad page breaksKarl Berry2006-07-166-15/+19
|
* fix underfull hboxKarl Berry2006-07-162-2/+7
|
* (Special Properties): Describe fontified text propertyNick Roberts2006-07-151-16/+13
| | | | in relation to a character (not text).
* *** empty log message ***Nick Roberts2006-07-151-0/+5
|
* (Standard Keymaps): Add xref for minibuffer maps.Kim F. Storm2006-07-151-0/+36
| | | | | Add apropos-mode-map, custom-mode-map, esc-map, global-map, grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
* *** empty log message ***Kim F. Storm2006-07-151-0/+4
|
* (Antinews): Mention redisplay function.Kim F. Storm2006-07-141-8/+15
| | | | | The kbd macro existed, but was not documented, before 22.x. Function pos-visible-in-window-p is not new in 22.x, just enhanced.
* Mention that kbd macro has existed since Emacs 20.1.Kim F. Storm2006-07-141-0/+6
|
* * display.texi (Displaying Messages): Add anchor.Nick Roberts2006-07-132-1/+2
| | | | * frames.texi (Dialog Boxes): Use it.