]> code.delx.au - gnu-emacs/blobdiff - etc/OTHER.EMACSES
*** empty log message ***
[gnu-emacs] / etc / OTHER.EMACSES
index 13b27bf2793ad5daf2dcf0d535daa15ee7c9a473..c6a4bee0794780298061d19b9d22747e10bb803c 100644 (file)
@@ -4,7 +4,7 @@ This file describes the differences between GNU Emacs 19, Twenex
 Emacs, Gosling Emacs (including the commercial versions by Unipress)
 and CCA Emacs.
 
-* Copyright (c) 1985 Richard M. Stallman
+* Copyright (C) 1985 Richard M. Stallman
 
    Permission is granted to anyone to make or distribute verbatim copies
    of this document as received, in any medium, provided that the
@@ -496,7 +496,7 @@ Other rectangle commands include
   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 @@ GNU Emacs Lisp does not have a distinction between Lisp functions
 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)))
@@ -1047,3 +1047,5 @@ truncation (at either margin) with "$".
 
 The command to resume a tags-search or tags-query-replace in
 GNU Emacs is Meta-Comma.
+
+arch-tag: e5a3da2f-f13d-400e-95e2-b6e1a520af90