]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 09:14:38 +0000 (09:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 09:14:38 +0000 (09:14 +0000)
lisp/dired.el
src/coding.c
src/xdisp.c

index df8ff1daed2705acf014782d698e03feb19dc2ac..f51b4d746b0b1da281d631554f2a5b4d11290421 100644 (file)
@@ -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)
index d10b8f844db055c789727602a80f5ffb991d20ab..8be1f534b433a51095edde30329ffd86b433e68e 100644 (file)
@@ -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.  */
index ce12527fccda2ded76425d8bf0cbfccf8c0023d7..6c2caf7a0934f80402067b4d60f220d6e208c947 100644 (file)
@@ -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.