From: Juanma Barranquero Date: Wed, 3 Jul 2002 09:14:38 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-21.2.91~210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94266128da31b84aec2ee5434245f0d8464ccecd;p=emacs.git Fix typo. --- diff --git a/lisp/dired.el b/lisp/dired.el index df8ff1daed2..f51b4d746b0 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1362,7 +1362,7 @@ Creates a buffer if necessary." (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) diff --git a/src/coding.c b/src/coding.c index d10b8f844db..8be1f534b43 100644 --- a/src/coding.c +++ b/src/coding.c @@ -2685,7 +2685,7 @@ encode_coding_iso2022 (coding, source, destination, src_bytes, dst_bytes) /* 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. */ diff --git a/src/xdisp.c b/src/xdisp.c index ce12527fccd..6c2caf7a093 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -88,7 +88,7 @@ Boston, MA 02111-1307, USA. */ 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.