Mercurial > emacs
comparison lisp/emacs-lisp/lisp.el @ 2307:10e417efb12a
Added or corrected Commentary sections
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Mon, 22 Mar 1993 03:27:18 +0000 |
parents | 2c7997f249eb |
children | 8ab0e280fbf0 |
comparison
equal
deleted
inserted
replaced
2306:59c8668f70c7 | 2307:10e417efb12a |
---|---|
18 ;; GNU General Public License for more details. | 18 ;; GNU General Public License for more details. |
19 | 19 |
20 ;; You should have received a copy of the GNU General Public License | 20 ;; You should have received a copy of the GNU General Public License |
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 | |
24 ;;; Commentary: | |
25 | |
26 ;; Lisp ediing commands to go with Lisp major mode. | |
23 | 27 |
24 ;;; Code: | 28 ;;; Code: |
25 | 29 |
26 (defvar defun-prompt-regexp nil | 30 (defvar defun-prompt-regexp nil |
27 "Non-nil => regexp to ignore, before the `(' that starts a defun.") | 31 "Non-nil => regexp to ignore, before the `(' that starts a defun.") |