Typo fix:

Do not conflicts -> Do not conflict
Windoz -> Windows(tm)

Submitted by: Many people via private mails.
This commit is contained in:
Clive Lin 2000-12-16 02:20:49 +00:00
parent f5da59390d
commit e976b830ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36017

View file

@ -5,14 +5,14 @@
(set-buffer-file-coding-system 'chinese-big5) (set-buffer-file-coding-system 'chinese-big5)
(set-selection-coding-system 'chinese-big5) (set-selection-coding-system 'chinese-big5)
(modify-coding-system-alist 'process "*" 'chinese-big5) (modify-coding-system-alist 'process "*" 'chinese-big5)
;; Do not conflicts with xcin hook ;; Do not conflict with xcin hook
(global-set-key (kbd "M-SPC") 'set-mark-command) (global-set-key (kbd "M-SPC") 'set-mark-command)
;; --------------------------------------------------------------------------- ;; ---------------------------------------------------------------------------
;; to get emacs a bit more consistent, replace all yes or no questions with ;; To get emacs a bit more consistent, replace all yes or no questions with
;; simple y or n. ;; simple y or n.
;; --------------------------------------------------------------------------- ;; ---------------------------------------------------------------------------
;;(fset 'yes-or-no-p 'y-or-n-p) ;;(fset 'yes-or-no-p 'y-or-n-p)
;; --Use Windoze style selection ;; -- Use Windows(tm) style selection
;;(custom-set-variables ;;(custom-set-variables
;; '(pc-selection-mode t nil (pc-select))) ;; '(pc-selection-mode t nil (pc-select)))
;; To make sure you get as much highlighting as possible ;; To make sure you get as much highlighting as possible