]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Apr 2014 00:31:59 +0000 (17:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Apr 2014 00:31:59 +0000 (17:31 -0700)
doc/misc/ChangeLog
src/conf_post.h

index 1cb16188abdca3a0ca191163a73a0bdcf6cac99d..a7ee54890124d9dcb34a357f74626801fad1caaf 100644 (file)
        * ede.texi (Top): Rename from top, all uses changed.
        * eshell.texi: Add missing argument to @sp.
        * forms.texi (Top): Reorder menu to match structure.
-       * htmlfontify.texi (Customisation): Add missing @item in
+       * htmlfontify.texi (Customization): Add missing @item in
        @enumerate.
        * org.texi (Advanced features): Add missing argument for @item.
        (Property searches): Use @backslashchar{} in macro argument.
index 8fabd60871ba9f91acf4a595041b5f1abd406e94..312f23894151fabadfb2aa32ec327bbc34c44df4 100644 (file)
@@ -123,7 +123,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
 #endif
 
 /* We must intercept 'opendir' calls to stash away the directory name,
-   so we could reuse it in realinkat, see msdos.c.  */
+   so we could reuse it in readlinkat; see msdos.c.  */
 #define opendir sys_opendir
 
 /* The "portable" definition of _GL_INLINE on config.h does not work