/[emacs]/emacs/etc/OTHER.EMACSES
ViewVC logotype

Diff of /emacs/etc/OTHER.EMACSES

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by fx, Sun Oct 3 12:14:16 1999 UTC revision 1.1.18.1 by miles, Fri Apr 4 06:19:50 2003 UTC
# Line 496  Other rectangle commands include Line 496  Other rectangle commands include
496    extract-rectangle and delete-extract-rectangle    extract-rectangle and delete-extract-rectangle
497      these functions return the text of a rectangle      these functions return the text of a rectangle
498      as a list of strings.  They are for use in writing      as a list of strings.  They are for use in writing
499      other functions that operate on rectangles.        other functions that operate on rectangles.
500    
501  *** Keyboard Macros  *** Keyboard Macros
502    
# Line 903  GNU Emacs Lisp does not have a distincti Line 903  GNU Emacs Lisp does not have a distincti
903  and Emacs functions, or between Lisp variables and Emacs variables.  and Emacs functions, or between Lisp variables and Emacs variables.
904  The Lisp and the editor are integrated.  A Lisp function defined  The Lisp and the editor are integrated.  A Lisp function defined
905  with defun is callable as an editor command if you put an  with defun is callable as an editor command if you put an
906  interactive calling spec in it; for example,  interactive calling spec in it; for example,
907    (defun forward-character (n)    (defun forward-character (n)
908      (interactive "p")      (interactive "p")
909      (goto-char (+ (point) n)))      (goto-char (+ (point) n)))

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.18.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26