diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-11-25 03:50:17 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-11-25 03:50:17 +0000 |
commit | fcca848c04b0ec29495fba9a7375bcf6b24dd7a2 (patch) | |
tree | 358dd81dfdafdfc4e96dc5ca372f74ae1ea7bd8e /doc/lispref/ChangeLog | |
parent | de933755929348b37db40c547cbea6a3230f685e (diff) | |
download | emacs-fcca848c04b0ec29495fba9a7375bcf6b24dd7a2.tar.gz |
* os.texi (Processor Run Time):
* processes.texi (Transaction Queues):
* markers.texi (The Mark):
* windows.texi (Choosing Window, Selecting Windows):
* files.texi (Changing Files, Magic File Names):
* commands.texi (Key Sequence Input):
* functions.texi (Declaring Functions):
* strings.texi (Predicates for Strings):
* intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r-- | doc/lispref/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index aa838817409..2464e5a63f5 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,15 @@ +2008-11-25 Chong Yidong <cyd@stupidchicken.com> + + * os.texi (Processor Run Time): + * processes.texi (Transaction Queues): + * markers.texi (The Mark): + * windows.texi (Choosing Window, Selecting Windows): + * files.texi (Changing Files, Magic File Names): + * commands.texi (Key Sequence Input): + * functions.texi (Declaring Functions): + * strings.texi (Predicates for Strings): + * intro.texi (nil and t): Fix typos (pointed out by Drew Adams). + 2008-11-24 Chong Yidong <cyd@stupidchicken.com> * help.texi (Accessing Documentation): Update example. |