diff options
author | Clive Lin <clive@FreeBSD.org> | 2000-12-16 02:20:49 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2000-12-16 02:20:49 +0000 |
commit | e976b830ea1f69485dd6080590cac87a1f54137c (patch) | |
tree | 255229f2a58ae225a8251a19c48a3cc271a22b9b /chinese/emacs20 | |
parent | Add comments in sample dot.emacs about yes/no consistency and (diff) |
Typo fix:
Do not conflicts -> Do not conflict
Windoz -> Windows(tm)
Submitted by: Many people via private mails.
Notes
Notes:
svn path=/head/; revision=36017
Diffstat (limited to 'chinese/emacs20')
-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 43589f9c9715..3ffd77633031 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 |