]> code.delx.au - gnu-emacs/blobdiff - etc/OTHER.EMACSES
Version 3.15
[gnu-emacs] / etc / OTHER.EMACSES
index 13b27bf2793ad5daf2dcf0d535daa15ee7c9a473..9b196484604cdbdabed1cf3409551bf50f43f987 100644 (file)
@@ -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
   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
 
 
 *** 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
 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)))
   (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.
 
 The command to resume a tags-search or tags-query-replace in
 GNU Emacs is Meta-Comma.
+
+arch-tag: e5a3da2f-f13d-400e-95e2-b6e1a520af90