comparison lispref/ChangeLog @ 72381:4300054c252b

* text.texi (Near Point): Say "cursor" not "terminal cursor". (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.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 13 Aug 2006 03:12:43 +0000
parents 06ba19b6665f
children fe2a38afd46e
comparison
equal deleted inserted replaced
72380:37cc9e9df5a4 72381:4300054c252b
1 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
2
3 * text.texi (Near Point): Say "cursor" not "terminal cursor".
4 (Commands for Insertion): Removed split-line since it's not
5 relevant for Lisp programming.
6 (Yank Commands): Rewrite introduction.
7 (Undo): Clarify.
8 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
9 (Filling): Remove redundant comment. Clarify return value of
10 current-justification.
11 (Margins): Minor clarifications.
12 (Adaptive Fill): Update default value of adaptive-fill-regexp.
13 (Sorting): Update definition of sort-lines.
14 (Columns): Clarify behavior of sort-columns.
15 (Indent Tabs): Link to Tab Stops in Emacs manual.
16 (Special Properties): Clarify.
17 (Clickable Text): Mention Buttons package.
18
1 2006-08-12 Kevin Ryde <user42@zip.com.au> 19 2006-08-12 Kevin Ryde <user42@zip.com.au>
2 20
3 * os.texi (Time Parsing): Add %z to description of 21 * os.texi (Time Parsing): Add %z to description of
4 format-time-string, as per docstring. Add cross reference to 22 format-time-string, as per docstring. Add cross reference to
5 glibc manual for strftime. 23 glibc manual for strftime.