aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `umask' to the concept index.Stefan Monnier2002-09-171-0/+1
|
* Correct the explanation of glyphs and glyph table.Richard M. Stallman2002-09-141-21/+29
|
* Fix typo.Richard M. Stallman2002-09-131-1/+1
|
* (Search and Replace): Fix arg order for perform-replace.Richard M. Stallman2002-09-121-3/+3
|
* Describe blink-cursor-alist and new values for cursor-type.Richard M. Stallman2002-08-271-8/+32
|
* Move the node Relative Files before Directory Names. Show whatRichard M. Stallman2002-08-191-63/+104
| | | | | | | | | | file-name-nondirectory returns when given a directory name. Explain that abbreviate-file-name works on file names too. Explain how to combine a directory name with a relative file name with concat, and the pitfalls. Update some details.
* Fix typo.Richard M. Stallman2002-08-151-1/+1
|
* Mention define-generic-mode.Richard M. Stallman2002-08-151-0/+5
|
* 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>Per Abrahamsen2002-08-052-5/+10
| | | | | * customize.texi (Splicing into Lists): Fixed example. Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
* Explain values of sexp diary entries.Richard M. Stallman2002-07-301-7/+24
|
* Fix set-face-attribute example.Richard M. Stallman2002-07-291-2/+2
|
* (Composite Types): Explain what arguments are. Show what keyword-valueRichard M. Stallman2002-07-231-27/+66
| | | | pairs look like. Give list of keywords. Put restricted-sexp last.
* Fix reference to `defvaralias' as a macro.Juanma Barranquero2002-07-161-2/+2
|
* Fix typo.Juanma Barranquero2002-07-151-1/+1
|
* Document third argument of defvaralias.Juanma Barranquero2002-07-151-2/+6
|
* Move the node Query Before Exit down.Richard M. Stallman2002-07-121-54/+59
| | | | Say that Emacs stops reading when a process terminates.
* Document binding `deactivate-mark' around something that modifies theRichard M. Stallman2002-07-121-0/+10
| | | | buffer so as to keep the mark active.
* defimage does not evaluate SPECS.Richard M. Stallman2002-07-121-2/+2
|
* Update face-foreground and face-background to mention INHERIT parameter.Miles Bader2002-07-071-2/+16
|
* Add entries for face-attribute-relative-p, merge-face-attribute.Miles Bader2002-07-071-1/+30
| | | | Describe INHERIT argument to face-attribute function.
* Add x-*-keysym.Richard M. Stallman2002-07-071-3/+18
|
* Tweak text a bit.Miles Bader2002-07-041-5/+5
|
* *** empty log message ***Stefan Monnier2002-06-234-45/+40
|
* (Parsing Expressions): Give definition of sexp in terms of syntax classes.Richard M. Stallman2002-06-211-21/+25
| | | | Clarify other text in same node.
* (Display Feature Testing): Fix typo.Juanma Barranquero2002-06-172-1/+5
|
* (Initial Parameters, Resources): Fix references to the Emacs manual.Andreas Schwab2002-06-122-2/+7
|
* Delete "new in Emacs 21" note.Richard M. Stallman2002-06-112-3/+2
|
* defface `supports' predicateMiles Bader2002-06-111-1/+8
|
* display-supports-face-attributes-pMiles Bader2002-06-111-1/+28
|
* (Precalcuated Fontification): Note how to use `font-lock-core-only'.Colin Walters2002-06-091-0/+12
|
* (char-property-alias-alist): New variable; describe its relation toColin Walters2002-06-081-5/+31
| | | | | | | | `default-text-properties' and the `category' property. (default-text-properties): Note `char-property-alias-alist'. (Special Properties): Document new property `font-lock-face'.
* (Precalcuated Fontification): New node, describing `font-lock-face'.Colin Walters2002-06-081-0/+13
|
* Explain why set-window-hscroll may appear to fail to work.Richard M. Stallman2002-06-081-0/+8
|
* (Converting Representations): Update the description of whatEli Zaretskii2002-06-051-3/+5
| | | | string-make-unibyte does.
* Improve explanation of special handling of point in current buffer.Richard M. Stallman2002-05-301-18/+14
|
* (Intro to Buffer-Local): Updated warning andKim F. Storm2002-05-131-10/+11
| | | | example relating to changing buffer inside let.
* *** empty log message ***Kim F. Storm2002-05-131-0/+5
|
* Clarify what signalling an error means.Richard M. Stallman2002-05-121-4/+11
|
* (Quitting): Add an index entry containing the word ``interrupt''.Eli Zaretskii2002-05-081-0/+2
|
* Clarify how replace-match does case conversion.Richard M. Stallman2002-05-041-9/+12
|
* (Special Properties): Add index entry and xref for tooltips.Richard M. Stallman2002-04-301-1/+3
|
* Clarify which letters in C-c LETTER are reserved for users.Richard M. Stallman2002-04-221-8/+9
|
* (Window Frame Parameters): Document the hbar cursor type.Eli Zaretskii2002-04-191-2/+4
|
* Line break change.Richard M. Stallman2002-04-191-1/+2
|
* Explain use of `declare'.Richard M. Stallman2002-04-191-18/+30
|
* (Tips for Making Compiled Code Fast): Don't advertise profile.el.Eli Zaretskii2002-04-171-4/+2
|
* From Dave Love. Description of events in marginal areas.Gerd Moellmann2002-04-121-5/+24
|
* Explain that sentinels cannot run recursively.Richard M. Stallman2002-04-071-0/+5
|
* Fix the xref for sending SIGHUP.Richard M. Stallman2002-04-021-1/+1
|
* New node Query Before Exit broken out of Deleting Processes.Richard M. Stallman2002-04-021-47/+104
| | | | | Explain more details of process deletion and sentinels. Document process-query-on-exit-flag and set-process-query-on-exit-flag.