aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Nick Roberts2006-07-131-0/+6
|
* *** empty log message ***Richard M. Stallman2006-07-121-5/+10
|
* (Frame Type): Explain nature of frames better.Richard M. Stallman2006-07-121-4/+3
|
* Fix typo in prev change.Richard M. Stallman2006-07-121-1/+1
|
* (Frames): Explain nature of frames better.Richard M. Stallman2006-07-121-4/+10
|
* (Coding Conventions): Explain why use cl at compile time.Richard M. Stallman2006-07-121-2/+3
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-07-121-0/+7
|
* (Getting Out): Suspending is not allowed on Mac, either.YAMAMOTO Mitsuharu2006-07-121-1/+1
|
* (Window System Selections): Mention scrap support for Mac.YAMAMOTO Mitsuharu2006-07-121-1/+22
| | | | Default value of x-select-enable-clipboard is t on Mac.
* *** empty log message ***Kim F. Storm2006-07-111-0/+9
|
* (Waiting): (sit-for -1) is no longer special.Kim F. Storm2006-07-111-8/+3
| | | | | (sit-for 0) is equivalent to (redisplay). Iconifying/deiconifying no longer makes sit-for return.
* (Forcing Redisplay): Add `redisplay' function.Kim F. Storm2006-07-111-4/+7
| | | | Don't mention (sit-for -1) -- use (redisplay t) instead.
* Modify last change.Nick Roberts2006-07-101-2/+3
|
* (Coding Conventions): Mention macros.Nick Roberts2006-07-101-2/+2
| | | | Suggested by Ken Manheimer.
* *** empty log message ***Nick Roberts2006-07-101-0/+5
|
* *** empty log message ***Nick Roberts2006-07-091-0/+6
|
* (Buttons): Fix typo.Nick Roberts2006-07-091-1/+1
|
* index.texi, elisp.texi (New Symbols): Comment node out.Nick Roberts2006-07-092-2/+6
|
* (Truncation): Clean up previous change.Richard M. Stallman2006-07-092-19/+19
|
* *** empty log message ***Richard M. Stallman2006-07-091-0/+8
|
* (Interactive Call): Use 3 as prefix in example for execute-extended-command.Richard M. Stallman2006-07-091-2/+2
|
* (Attribute Functions): Move paragraph about compatibility with Emacs < 21.Richard M. Stallman2006-07-091-4/+4
|
* *** empty log message ***Kim F. Storm2006-07-081-7/+7
|
* (Refresh Screen): Clarify force-window-update.Kim F. Storm2006-07-081-7/+10
| | | | (Truncation): "Normally" indicated by fringe arrows.
* (Fforce_window_update): Doc fix.Kim F. Storm2006-07-081-21/+26
|
* *** empty log message ***Eli Zaretskii2006-07-081-0/+39
|
* (Making Backups, Auto-Saving): Remove @tindex entries.Eli Zaretskii2006-07-081-3/+0
|
* (Command Loop Info, Adjusting Point): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Iteration): Remove @tindex.Eli Zaretskii2006-07-081-2/+0
|
* (Forcing Redisplay, Displaying Messages, Temporary Displays, Font Selection,Eli Zaretskii2006-07-081-58/+1
| | | | | | | Auto Faces, Font Lookup, Fringe Indicators, Display Margins, Image Descriptors, Showing Images, Image Cache, Button Types, Making Buttons, Manipulating Buttons, Button Buffer Commands, Display Table Format, Glyphs): Remove @tindex.
* (Visiting Functions, File Name Components, Unique File Names,Eli Zaretskii2006-07-081-5/+0
| | | | Contents of Directories): REmove @tindex.
* (Creating Frames, Parameter Access, Pointer Shape)Eli Zaretskii2006-07-081-30/+0
| | | | (Color Names, Text Terminal Colors, Display Feature Testing): Remove @tindex.
* (What Is a Function, Mapping Functions): Remove @tindex.Eli Zaretskii2006-07-081-2/+0
|
* (Creating Hash, Hash Access, Defining Hash, Other Hash): Remove @tindex.Eli Zaretskii2006-07-081-17/+0
|
* (Tool Bar): Remove @tindex.Eli Zaretskii2006-07-081-8/+0
|
* (List Elements, Building Lists, Association Lists): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Information from Markers): Remove @tindex.Eli Zaretskii2006-07-081-1/+0
|
* (Minibuffer Contents): Remove @tindex.Eli Zaretskii2006-07-081-5/+0
|
* (Defining Minor Modes, Header Lines): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Text Representations, Character Sets, Chars and Bytes, Locales): RemoveEli Zaretskii2006-07-081-7/+0
| | | | @tindex.
* (Init File, System Environment, Sound Output, Session Management): RemoveEli Zaretskii2006-07-081-7/+0
| | | | @tindex.
* (Word Motion, Text Lines, List Motion): Remove @tindex.Eli Zaretskii2006-07-081-5/+0
|
* (Input to Processes, Query Before Exit): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Output Variables): Remove @tindex.Eli Zaretskii2006-07-081-2/+0
|
* (Other Plists): Remove @tindex.Eli Zaretskii2006-07-081-1/+0
|
* (Syntax Table Functions, Parsing Expressions, Categories): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Buffer Contents, Deletion, Changing Properties)Eli Zaretskii2006-07-081-19/+0
| | | | | (Property Search, Special Properties, Sticky Properties) (Links and Mouse-1, Fields, Change Hooks): Remove @tindex.
* (Constant Variables): Remove @tindex.Eli Zaretskii2006-07-081-1/+0
|
* (Textual Scrolling, Resizing Windows): Remove @tindex.Eli Zaretskii2006-07-081-4/+0
|
* (Fringe Cursors): Fix typo.Kim F. Storm2006-07-071-9/+3
| | | | | (Customizing Bitmaps): Fix define-fringe-bitmap entry. (Overlay Arrow): Default is overlay-arrow fringe indicator.