Mercurial > emacs
comparison lisp/emacs-lisp/lisp.el @ 3591:507f64624555
Apply typo patches from Paul Eggert.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 09 Jun 1993 11:59:12 +0000 |
parents | 8ab0e280fbf0 |
children | c1c105ffdd0c |
comparison
equal
deleted
inserted
replaced
3590:d5f22061277d | 3591:507f64624555 |
---|---|
21 ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 ;; along with GNU Emacs; see the file COPYING. If not, write to |
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
23 | 23 |
24 ;;; Commentary: | 24 ;;; Commentary: |
25 | 25 |
26 ;; Lisp ediing commands to go with Lisp major mode. | 26 ;; Lisp editing commands to go with Lisp major mode. |
27 | 27 |
28 ;;; Code: | 28 ;;; Code: |
29 | 29 |
30 (defvar defun-prompt-regexp nil | 30 (defvar defun-prompt-regexp nil |
31 "Non-nil => regexp to ignore, before the `(' that starts a defun.") | 31 "Non-nil => regexp to ignore, before the `(' that starts a defun.") |