diff options
author | clive <clive@FreeBSD.org> | 2000-12-16 10:20:49 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2000-12-16 10:20:49 +0800 |
commit | 922b681bc1734e3eb0186875ac969095975b3f14 (patch) | |
tree | 72354d9764c7d08c002e5b802f089339b50ab8af | |
parent | a46d7ec4fba09c5ed4185936f1fd304fec8b48b4 (diff) | |
download | freebsd-ports-graphics-922b681bc1734e3eb0186875ac969095975b3f14.tar.gz freebsd-ports-graphics-922b681bc1734e3eb0186875ac969095975b3f14.tar.zst freebsd-ports-graphics-922b681bc1734e3eb0186875ac969095975b3f14.zip |
Typo fix:
Do not conflicts -> Do not conflict
Windoz -> Windows(tm)
Submitted by: Many people via private mails.
-rw-r--r-- | chinese/emacs20/files/dot.emacs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/emacs20/files/dot.emacs b/chinese/emacs20/files/dot.emacs index 43589f9c971..3ffd7763303 100644 --- a/chinese/emacs20/files/dot.emacs +++ b/chinese/emacs20/files/dot.emacs @@ -5,14 +5,14 @@ (set-buffer-file-coding-system 'chinese-big5) (set-selection-coding-system '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) ;; --------------------------------------------------------------------------- -;; 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. ;; --------------------------------------------------------------------------- ;;(fset 'yes-or-no-p 'y-or-n-p) -;; --Use Windoze style selection +;; -- Use Windows(tm) style selection ;;(custom-set-variables ;; '(pc-selection-mode t nil (pc-select))) ;; To make sure you get as much highlighting as possible |