summaryrefslogtreecommitdiff
path: root/lispref
Commit message (Collapse)AuthorAgeFilesLines
* (Completion Commands): Add xref to Emacs manual for Partial Completion mode.Luc Teirlinck2004-03-102-1/+8
|
* Fix typo.Thien-Thi Nguyen2004-03-072-4/+8
| | | | Remove eol whitespace.
* *** empty log message ***Richard M. Stallman2004-03-041-0/+9
|
* Fix typos.Richard M. Stallman2004-03-041-10/+10
|
* (Building Lists): Minor clarification.Richard M. Stallman2004-03-041-4/+4
|
* (Creating Hash): Correct the meaning of t for WEAK in make-hash-table.Richard M. Stallman2004-03-041-1/+1
|
* (Abbrev Expansion): Minor change.Luc Teirlinck2004-03-011-6/+6
|
* (Marker Insertion Types): Minor change.Luc Teirlinck2004-03-011-3/+4
|
* * man/makefile.w32-in (mostlyclean, clean, maintainer-clean): UseJuanma Barranquero2004-02-292-6/+11
| | | | | | | | | | $(DEL) instead of rm, and ignore exit code. * lispintro/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code. * lispref/makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code.
* *** empty log message ***Eli Zaretskii2004-02-271-0/+5
|
* (Defining Faces): Add description for min-colors. Update example.Eli Zaretskii2004-02-271-9/+16
|
* *** empty log message ***Luc Teirlinck2004-02-241-0/+6
|
* Various corrections and clarifications in addition to the following:Luc Teirlinck2004-02-241-52/+61
| | | | (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
* (Documentation Tips): Fix typo.Luc Teirlinck2004-02-221-1/+1
|
* Matthew Mundell <matt@mundell.ukfsn.org>Glenn Morris2004-02-221-1/+1
| | | | (Holiday Customizing): Quote arg of holiday-sexp.
* *** empty log message ***Glenn Morris2004-02-221-0/+4
|
* *** empty log message ***Luc Teirlinck2004-02-211-0/+6
|
* Various small changes in addition to the following:Luc Teirlinck2004-02-211-80/+120
| | | | | | | (User-Level Deletion): Mention optional BACKWARD-ONLY argument to delete-horizontal-space. (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct description of yank-handler text property at various places.
* (Window System Selections): Add anchor.Luc Teirlinck2004-02-212-0/+3
|
* (Syntax Table Functions): Clarify and correct descriptions ofLuc Teirlinck2004-02-212-29/+52
| | | | | | | | make-syntax-table and copy-syntax-table. (Motion and Syntax): Clarify SYNTAXES argument to skip-syntax-forward. (Parsing Expressions): Mention that the return value of parse-partial-sexp is currently a list of ten rather than nine elements. (Categories): Various corrections and clarifications.
* (Marker Insertion Types): Minor change.Luc Teirlinck2004-02-182-4/+12
|
* (Standard Buffer-Local Variables): Fix xref.Luc Teirlinck2004-02-181-1/+1
|
* (Using Interactive): Delete pxref to top of same node.Luc Teirlinck2004-02-181-4/+3
| | | | (Interactive Codes): Fix pxref for default-directory.
* (Related Topics): Fix xrefs.Luc Teirlinck2004-02-181-2/+2
|
* *** empty log message ***Luc Teirlinck2004-02-171-1/+5
|
* (Sets And Lists): Update description of delete-dups.Luc Teirlinck2004-02-171-10/+3
|
* Minor fix.Richard M. Stallman2004-02-172-16/+64
| | | | (Buffers and Windows): Delete false table about all-frames.
* (Coding Conventions): Minor fix.Richard M. Stallman2004-02-171-1/+1
|
* Minor fixes.Richard M. Stallman2004-02-174-19/+19
|
* (Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments.Richard M. Stallman2004-02-171-6/+0
|
* (Output Variables): Add print-quoted.Richard M. Stallman2004-02-171-0/+7
|
* (Text Lines): Don't add -1 in current-line.Richard M. Stallman2004-02-171-2/+1
|
* Minor fix.Richard M. Stallman2004-02-172-2/+2
|
* (Translation of Characters): Give examples of use.Richard M. Stallman2004-02-171-2/+14
| | | | | | | Explain about translation-table-for-input and set-buffer-file-coding-system. Minor typo fix.
* (Unloading): Document unload-feature-special-hooks.Richard M. Stallman2004-02-171-13/+2
| | | | Get rid of fns-NNN.el file.
* (Building Lists): Minor cleanup.Richard M. Stallman2004-02-171-1/+1
|
* (Tool Bar): tool-bar-item => tool-bar-button.Richard M. Stallman2004-02-171-9/+9
|
* (Describing Characters): Fix text-char-description example output.Richard M. Stallman2004-02-171-3/+4
|
* (Creating Hash): Correct and clarify doc of WEAK values.Richard M. Stallman2004-02-171-10/+10
|
* Minor fixes.Richard M. Stallman2004-02-171-21/+40
| | | | | | | | | | | | | | | (Parameter Access): frame-parameters arg is optional. modify-frame-parameters handles nil for FRAME. (Window Frame Parameters): menu-bar-lines and tool-bar-lines are all-or-nothing for certain toolkits. Mention parameter wait-for-wm. (Frames and Windows): In frame-first-window and frame-selected-window the arg is optional. (Input Focus): In redirect-frame-focus the second arg is optional. (Window System Selections): Mention selection type CLIPBOARD. Mention data-type UTF8_STRING. Mention numbering of cut buffers. (Resources): Describe x-resource-name.
* (Changing Files): Fix argname.Richard M. Stallman2004-02-161-1/+1
|
* (Using Edebug): Fix example.Richard M. Stallman2004-02-161-1/+1
|
* Minor fixes.Richard M. Stallman2004-02-161-10/+21
| | | | | | (Overlays): Explain overlays use markers. (Managing Overlays): Explain front-advance and rear-advance in more detail.
* (Internals of Debugger): Fix return value.Richard M. Stallman2004-02-161-1/+1
|
* (Compiler Errors): if-boundp feature applies to cond.Richard M. Stallman2004-02-161-3/+5
|
* Fix parens, and default values.Richard M. Stallman2004-02-161-4/+4
|
* Adjust xref.Richard M. Stallman2004-02-161-1/+1
|
* *** empty log message ***Eli Zaretskii2004-02-161-0/+4
|
* (Low-Level Network): Fix a typo.Eli Zaretskii2004-02-161-1/+1
|
* *** empty log message ***Luc Teirlinck2004-02-122-2/+2
|