]> code.delx.au - gnu-emacs/blobdiff - README
(allout-pre-command-business): Fix docstring.
[gnu-emacs] / README
diff --git a/README b/README
index af6a51903007d991a77482c1a332488bd4a11bb9..357c08ff3b360820cff55d15351581a552e6bdac 100644 (file)
--- a/README
+++ b/README
@@ -53,10 +53,10 @@ this script will help you distribute your version to others.
 There are several subdirectories:
 
 `src'       holds the C code for Emacs (the Emacs Lisp interpreter and
-            its primitives, the redisplay code, and some basic editing 
+            its primitives, the redisplay code, and some basic editing
             functions).
 `lisp'      holds the Emacs Lisp code for Emacs (most everything else).
-`leim'      holds the library of Emacs input methods, Lisp code and 
+`leim'      holds the library of Emacs input methods, Lisp code and
             auxiliary data files required to type international characters
             which can't be directly produced by your keyboard.
 `lib-src'   holds the source code for some utility programs for use by or