X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a933dad155af89ff3e97634c07aa09f9df0fb2b3..0925c80cd3d8f9a973d699fc1dbdbe79cca62988:/etc/OTHER.EMACSES?ds=sidebyside diff --git a/etc/OTHER.EMACSES b/etc/OTHER.EMACSES index 13b27bf279..9b19648460 100644 --- a/etc/OTHER.EMACSES +++ b/etc/OTHER.EMACSES @@ -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