aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2006-08-161-0/+8
|
* (Extended Menu Items): Show format of cached bindings in extended menu items.Richard M. Stallman2006-08-161-1/+8
|
* (Variable Definitions): Explain when theRichard M. Stallman2006-08-161-14/+25
| | | | standard value expression is evaluated.
* * commands.texi (Reading One Event): Explain idleness inChong Yidong2006-08-151-0/+9
| | | | `read-event'.
* * commands.texi (Reading One Event): Explain idleness inChong Yidong2006-08-151-0/+5
| | | | `read-event'.
* * text.texi (Near Point): Say "cursor" not "terminal cursor".Chong Yidong2006-08-132-53/+91
| | | | | | | | | | | | | | | | | (Commands for Insertion): Removed split-line since it's not relevant for Lisp programming. (Yank Commands): Rewrite introduction. (Undo): Clarify. (Maintaining Undo): Clarify. Document undo-ask-before-discard. (Filling): Remove redundant comment. Clarify return value of current-justification. (Margins): Minor clarifications. (Adaptive Fill): Update default value of adaptive-fill-regexp. (Sorting): Update definition of sort-lines. (Columns): Clarify behavior of sort-columns. (Indent Tabs): Link to Tab Stops in Emacs manual. (Special Properties): Clarify. (Clickable Text): Mention Buttons package.
* *** empty log message ***Eli Zaretskii2006-08-121-0/+6
|
* (Time Parsing): Add %z to format-time-string, per docstring.Eli Zaretskii2006-08-121-7/+11
| | | | Add cross reference to glibc manual for strftime.
* Clean up wording in previous change.Richard M. Stallman2006-08-082-96/+87
|
* * modes.texi (Hooks): Clarify.Chong Yidong2006-08-072-348/+368
| | | | | | | | | | | | (Major Mode Basics): Mention define-derived-mode explicitly. (Major Mode Conventions): Rebinding RET is OK for some modes. Mention change-major-mode-hook and after-change-major-mode-hook. (Example Major Modes): Moved to end of Modes section. (Mode Line Basics): Clarify. (Mode Line Data): Mention help-echo and local-map in strings. Explain reason for treatment of non-risky variables. (Properties in Mode): Clarify. (Faces for Font Lock): Add font-lock-negation-char-face.
* (Formatting Strings) Resurrect erroneously removed line.Eli Zaretskii2006-08-051-1/+2
|
* (Formatting Strings): Warn against arbitrary strings as first arg to `format'.Eli Zaretskii2006-08-042-1/+16
|
* *** empty log message ***Juanma Barranquero2006-08-031-10/+10
|
* Fix typo in markup.Juanma Barranquero2006-08-031-1/+1
|
* (font-lock-beg, font-lock-end, font-lock-extend-region-functions): New vars.Stefan Monnier2006-08-031-1/+5
| | | | | | | | (font-lock-extend-region-multiline) (font-lock-extend-region-wholelines): New functions. (font-lock-default-fontify-region): Use them. (font-lock-extend-jit-lock-region-after-change): Only round up if font-lock-default-fontify-region will do it as well.
* (font-lock-extend-after-change-region-function):Stefan Monnier2006-08-031-1/+1
| | | | | | | | | | Rename from font-lock-extend-region-function. (font-lock-extend-region): Remove by inlining at call sites. (font-lock-after-change-function): Don't needlessly round up to a whole number of lines. (font-lock-extend-jit-lock-region-after-change): Be more careful about the boundary conditions and the interactions between the various ways to extend the region.
* (Clickable Text): Mention `help-echo' text property.Thien-Thi Nguyen2006-07-312-25/+46
| | | | Update intro, examples and associated explanations.
* *** empty log message ***Richard M. Stallman2006-07-311-0/+17
|
* (System Interface): Fix menu descriptions of some nodes.Richard M. Stallman2006-07-311-202/+2
| | | | (Translating Input): Node deleted.
* Update xrefs.Richard M. Stallman2006-07-311-4/+85
| | | | (Event Mod): New node, cut out from old Translating Input.
* Update xrefs from Translating Input to Translation Keymaps.Richard M. Stallman2006-07-311-2/+2
|
* (Translation Keymaps): New node.Richard M. Stallman2006-07-311-2/+122
| | | | Update xrefs from Translating Input to Translation Keymaps.
* (Top): Update subnode menu.Richard M. Stallman2006-07-311-2/+2
|
* (Face Functions): Fix explanations of FRAME=t or nil.Richard M. Stallman2006-07-311-11/+14
|
* (Sets And Lists): Update link for add-to-list.Nick Roberts2006-07-311-1/+1
|
* (Minor Mode Conventions): Update link for add-to-list.Nick Roberts2006-07-311-1/+1
|
* *** empty log message ***Nick Roberts2006-07-311-0/+6
|
* *** empty log message ***Thien-Thi Nguyen2006-07-301-0/+5
|
* (Fields): Mention POS requirement when narrowing is in effect.Thien-Thi Nguyen2006-07-301-1/+2
|
* *** empty log message ***Richard M. Stallman2006-07-291-0/+4
|
* (Face Attributes): Simplify wording.Richard M. Stallman2006-07-291-8/+15
| | | | | (Attribute Functions): Clarify meaning of new-frame default attribute settings.
* (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
|