diff etc/OTHER.EMACSES @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents e96ffe544684
children 695cf19ef79e
line wrap: on
line diff
--- a/etc/OTHER.EMACSES	Tue Feb 04 13:30:45 2003 +0000
+++ b/etc/OTHER.EMACSES	Tue Feb 04 14:56:31 2003 +0000
@@ -496,7 +496,7 @@
   extract-rectangle and delete-extract-rectangle
     these functions return the text of a rectangle
     as a list of strings.  They are for use in writing
-    other functions that operate on rectangles.   
+    other functions that operate on rectangles.
 
 *** Keyboard Macros
 
@@ -903,7 +903,7 @@
 and Emacs functions, or between Lisp variables and Emacs variables.
 The Lisp and the editor are integrated.  A Lisp function defined
 with defun is callable as an editor command if you put an
-interactive calling spec in it; for example, 
+interactive calling spec in it; for example,
   (defun forward-character (n)
     (interactive "p")
     (goto-char (+ (point) n)))