(interactive)
(let ((file-name (file-name-sans-versions (dired-get-filename) t))
;; bind it so that the command works on directories too,
- ;; independent of of the user's setting
+ ;; independent of the user's setting
(find-file-run-dired t))
(if (file-exists-p file-name)
(find-file file-name)
/* Macros to decode or encode a character of Big5 in BIG5. B1 and B2
are the 1st and 2nd position-codes of Big5 in BIG5 coding system.
- C1 and C2 are the 1st and 2nd position-codes of of Emacs' internal
+ C1 and C2 are the 1st and 2nd position-codes of Emacs' internal
format. CHARSET is `charset_big5_1' or `charset_big5_2'. */
/* Number of Big5 characters which have the same code in 1st byte. */
Direct operations.
- You will find a lot of of redisplay optimizations when you start
+ You will find a lot of redisplay optimizations when you start
looking at the innards of redisplay. The overall goal of all these
optimizations is to make redisplay fast because it is done
frequently.