summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.8
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-12-10 16:56:50 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-12-10 16:56:50 -0800
commit8f50130c565eaf0ad7c49e4ad044c3291ecdfa71 (patch)
treec8129448cbbf387fe82667ccac02983592c688f1 /lisp/ChangeLog.8
parent85a83e2e2585a1906dec5168ed96ad521b5849ed (diff)
parent7b9d523a07395ecea505be88f45c33d73aea7038 (diff)
downloademacs-8f50130c565eaf0ad7c49e4ad044c3291ecdfa71.tar.gz
Merge from trunk.
Diffstat (limited to 'lisp/ChangeLog.8')
-rw-r--r--lisp/ChangeLog.810
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8
index 6d3d41a5a5c..cd685204766 100644
--- a/lisp/ChangeLog.8
+++ b/lisp/ChangeLog.8
@@ -530,7 +530,7 @@
composition-function-table.
(tibetan-composable-pattern): New variable.
(tibetan-subjoined-transcription-alist): Change key "R" to "+R".
- (tibetan-precomposition-rule-alist): Move punctuations to
+ (tibetan-precomposition-rule-alist): Move punctuation to
tibetan-punctuation-transcription-alist and
tibetan-obsolete-glyphs.
(tibetan-punctuation-transcription-alist): New variable.
@@ -4294,7 +4294,7 @@
1999-07-21 Gerd Moellmann <gerd@gnu.org>
- * faces.el (toolbar): Grey default background.
+ * faces.el (toolbar): Gray default background.
(modeline): Ditto.
* image.el (image-type-regexps): New.
@@ -5516,7 +5516,7 @@
1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
* vc.el (vc-backend-revert): For CVS files that were made
- writeable with "cvs edit", call "cvs unedit" to undo that.
+ writable with "cvs edit", call "cvs unedit" to undo that.
1999-04-08 Dave Love <fx@gnu.org>
@@ -6259,7 +6259,7 @@
* sql.el: Added keywords from `finder-by-keyword'.
(sql-mode): Made sql-buffer a local variable, changed the
documentation: removed instructions to add *.sql files to
- auto-mode-alist, added documentation for having mutliple SQL
+ auto-mode-alist, added documentation for having multiple SQL
buffers sending their stuff to different SQLi buffers, each
running a different process.
(sql-postgres): Quoted *SQL* in doc string.
@@ -6270,7 +6270,7 @@
(sql-sybase): Quoted *SQL* in doc string, added comma.
(sql-oracle): Likewise.
(sql-interactive-mode): Added extensive documentation for having
- mutliple SQL buffers sending their stuff to different SQLi
+ multiple SQL buffers sending their stuff to different SQLi
buffers, each running a different process.
(sql-buffer): Changed doc from *SQL* to SQLi.
(sql-get-login): Doc fix.