aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Eli Zaretskii2006-09-011-0/+4
|
* (Buffer Modification): Fix last change.Eli Zaretskii2006-09-011-1/+0
|
* * buffers.texi (Buffer Modification): DocumentChong Yidong2006-09-012-1/+22
| | | | buffer-chars-modified-tick.
* *** empty log message ***Richard M. Stallman2006-08-311-3/+7
|
* (Syntactic Font Lock): Mention specific faces once again.Richard M. Stallman2006-08-311-4/+5
|
* (Syntactic Font Lock): Mention font-lock-syntactic-face-function.Stefan Monnier2006-08-312-1/+7
| | | | Suggested by Richard Bielawski <RBielawski@moneygram.com>
* * display.texi (Images): Add xrref to display-images-p.Chong Yidong2006-08-292-0/+11
|
* *** empty log message ***Kenichi Handa2006-08-281-0/+5
|
* (Lisp and Coding Systems): Fix description ofKenichi Handa2006-08-281-2/+3
| | | | detect-coding-region.
* Miscellaneous tq-related fixes.Miles Bader2006-08-272-1/+6
| | | | | | | | | | | | | | * lisp/emacs-lisp/tq.el: Small grammar fix in comments. (tq-enqueue): Check for existence of queue rather than the head queue item's question, which was a no-op. (tq-filter, tq-process-buffer): Make sure the process buffer exists before making it the current buffer. * lispref/processes.texi (Transaction Queues): Remove stray quote character. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411 Creator: Michael Olson <mwolson@gnu.org>
* *** empty log message ***Richard M. Stallman2006-08-251-0/+5
|
* (Idle Timers): run-with-idle-timer allows Lisp time value. Add xref.Richard M. Stallman2006-08-251-2/+3
|
* * os.texi (Timers): Avoid waiting inside timers.Chong Yidong2006-08-252-0/+11
|
* Use ../man/texinfo.tex to build elisp.dvi.Lute Kamstra2006-08-212-1/+6
|
* Tiny typo.Kim F. Storm2006-08-201-2/+2
|
* *** empty log message ***Richard M. Stallman2006-08-201-0/+7
|
* (Reading One Event): Update xref.Richard M. Stallman2006-08-201-1/+1
|
* (Top): Update subnode menu.Richard M. Stallman2006-08-201-0/+2
|
* (Idle Timers): New node, split out from Timers.Richard M. Stallman2006-08-201-5/+60
| | | | Document current-idle-time.
* *** 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.