aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (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
|
* (Fringes): Use consistent wording.Kim F. Storm2004-02-121-7/+8
| | | | | Note that window-fringe's window arg is optional. (Scroll Bars): Use consistent wording.
* *** empty log message ***Kim F. Storm2004-02-121-0/+6
|
* (Comment Tips): Document the new conventions for commenting out code.Luc Teirlinck2004-02-121-3/+14
|
* *** empty log message ***Luc Teirlinck2004-02-121-0/+5
|
* * positions.texi (Text Lines): Added missing end defun.Jan Djärv2004-02-072-0/+5
|
* (Text Lines): Add line-number-at-pos.Kim F. Storm2004-02-071-0/+6
|
* *** empty log message ***Kim F. Storm2004-02-071-0/+4
|
* (Button Properties, Button Buffer Commands): mouse-2 invokes button,John Paul Wallington2004-02-062-2/+7
| | | | not down-mouse-1.
* Sync with Makefile.in changes.Jason Rumney2004-02-041-20/+3
|
* *** empty log message ***Jason Rumney2004-02-041-0/+4
|
* (Text from Minibuffer): Various corrections and clarifications.Luc Teirlinck2004-02-042-108/+247
| | | | | | | | | | | | | (Object from Minibuffer): Correct Lisp description of read-minibuffer. (Minibuffer History): Clarify description of cons values for HISTORY arguments. (Basic Completion): Various corrections and clarifications. Add completion-regexp-list. (Minibuffer Completion): Correct and clarify description of completing-read. (Completion Commands): Mention partial-completion-mode. Various other minor changes. (High-Level Completion): Various corrections and clarifications. (Reading File Names): Ditto. (Minibuffer Misc): Ditto.
* (Text Comparison): assoc-string also matches elements of alists thatLuc Teirlinck2004-01-262-25/+38
| | | | | are strings instead of conses. (Formatting Strings): Standardize Texinfo usage. Update index entries.
* For `format', make source and documentation match.Jonathan Yavner2004-01-241-16/+36
|
* *** empty log message ***Luc Teirlinck2004-01-201-0/+4
|
* (Sets And Lists): Add delete-dups.Luc Teirlinck2004-01-201-1/+16
|
* *** empty log message ***Luc Teirlinck2004-01-162-1/+9
|
* (Instrumenting Macro Calls): `declare' is not a special form.Luc Teirlinck2004-01-161-1/+1
|
* (Defining Macros): Update description of `declare', which now is a macro.Luc Teirlinck2004-01-161-7/+18
| | | | (Wrong Time): Fix typos.
* (Compilation Functions): Expand descriptions of `compile-defun',Luc Teirlinck2004-01-142-22/+42
| | | | | | `byte-compile-file', `byte-recompile-directory' and `batch-byte-compile'. In particular, mention and describe all optional arguments. (Disassembly): Correct and clarify the description of `disassemble'.
* *** empty log message ***Luc Teirlinck2004-01-141-0/+8
|
* *** empty log message ***Luc Teirlinck2004-01-131-3/+3
|
* Various small changes in addition to the following.Luc Teirlinck2004-01-121-59/+110
| | | | | | | | | (Regexp Example): Adapt to new value of `sentence-end'. (Regexp Functions): The PAREN argument to `regexp-opt' can be `words'. (Search and Replace): Add usage note for `perform-replace'. (Entire Match Data): Mention INTEGERS and REUSE arguments to `match-data'. (Standard Regexps): Update for new values of `paragraph-start' and `sentence-end'.
* *** empty log message ***Luc Teirlinck2004-01-121-0/+13
|
* *** empty log message ***Luc Teirlinck2004-01-071-0/+7
|
* (Saving Buffers): Clarify descriptions of `write-contents-functions'Luc Teirlinck2004-01-071-11/+15
| | | | | and `before-save-hook'. Make the defvar's for `before-save-hook' and `after-save-hook' into defopt's.
* *** empty log message ***Kim F. Storm2004-01-061-0/+8
|
* (Click Events): Describe new image andKim F. Storm2004-01-061-10/+34
| | | | | | | width/height elements of click events. (Accessing Events): Add posn-string, posn-image, and posn-object-width-height. Change posn-object to return either image or string object.
* hooks.texi (Standard Hooks): Add before-save-hook.Simon Josefsson2004-01-053-2/+15
| | | | files.texi (Saving Buffers): Likewise.
* *** empty log message ***Richard M. Stallman2004-01-031-0/+4
|
* (Frames and Windows): Delete frame-root-window.Richard M. Stallman2004-01-031-4/+0
|
* *** empty log message ***Luc Teirlinck2004-01-031-0/+14
|
* Various small changes in addition to the following.Luc Teirlinck2004-01-031-26/+41
| | | | | | | | | (What Is a Function): `functionp' returns nil for macros. Clarify behavior of this and following functions for symbol arguments. (Function Documentation): Add `\' in front of (fn @var{arglist}) and explain why. (Defining Functions): Mention DOCSTRING argument to `defalias'. Add anchor. (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
* (Creating Symbols): Add anchor.Luc Teirlinck2004-01-031-0/+1
|
* (Accessing Documentation): Add anchor.Luc Teirlinck2004-01-031-0/+1
|
* (Hash Access): Add anchor.Luc Teirlinck2004-01-031-0/+1
|
* (Function Indirection): Add anchor.Luc Teirlinck2004-01-031-0/+1
|