Fix typos.
This commit is contained in:
parent
5430d39930
commit
a7ef684b46
7 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-10-26 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* emacs.texi (Top): Fix typo.
|
||||
|
||||
2011-10-25 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* abbrevs.texi (Saving Abbrevs):
|
||||
|
|
|
@ -295,7 +295,7 @@ Help
|
|||
* Package Keywords:: Finding Lisp libraries by keywords (topics).
|
||||
* Language Help:: Help relating to international language support.
|
||||
* Misc Help:: Other help commands.
|
||||
* Help Files:: Commands to display auxilliary help files.
|
||||
* Help Files:: Commands to display auxiliary help files.
|
||||
* Help Echo:: Help on active text and tooltips (`balloon help').
|
||||
|
||||
The Mark and the Region
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
2011-10-26 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* term/w32-win.el (w32-default-color-map): Declare obsolete.
|
||||
* term/w32-win.el (w32-default-color-map): Declare obsolete. (Bug#9785)
|
||||
|
||||
2011-10-26 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
|
|
|
@ -708,7 +708,7 @@
|
|||
(define-charset-alias 'cp866u 'cp1125)
|
||||
|
||||
;; Fixme: C.f. iconv, http://czyborra.com/charsets/codepages.html
|
||||
;; shows this as not ASCII comptaible, with various graphics in
|
||||
;; shows this as not ASCII compatible, with various graphics in
|
||||
;; 0x01-0x1F.
|
||||
(define-charset 'cp437
|
||||
"CP437 (MS-DOS United States, Australia, New Zealand, South Africa)"
|
||||
|
|
|
@ -1871,7 +1871,7 @@
|
|||
|
||||
* org-list.el (org-list-separating-blank-lines-number): Fix
|
||||
confusion between point and item beginning. Now, if no
|
||||
information is avalaible, truly follow user preference when it
|
||||
information is available, truly follow user preference when it
|
||||
inserts blank lines manually.
|
||||
(org-list-insert-item): Send correct argument to the preceding
|
||||
function.
|
||||
|
|
|
@ -1522,7 +1522,7 @@ Valid actions are: readable, restore, read, kill, write."
|
|||
;;; (while all
|
||||
;;; (when (and (eq (car (car all)) 'bof)
|
||||
;;; (not (file-regular-p (nth 1 (car all)))))
|
||||
;;; (message "File %s in saved parse info not avalable" (cdr (car all)))
|
||||
;;; (message "File %s in saved parse info not available" (cdr (car all)))
|
||||
;;; (error "File not found"))
|
||||
;;; (setq all (cdr all))))
|
||||
)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
* w32fns.c (w32_default_color_map): New function,
|
||||
extracted from Fw32_default_color_map.
|
||||
(Fw32_default_color_map, Fx_open_connection): Use it.
|
||||
(Fw32_default_color_map, Fx_open_connection): Use it. (Bug#9785)
|
||||
|
||||
2011-10-25 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue