comparison lisp/emacs-lisp/lisp.el @ 6369:881009b034b3

(defun-prompt-regexp): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 15 Mar 1994 23:36:48 +0000
parents 4fa3d631dae8
children 1740ec160ff8
comparison
equal deleted inserted replaced
6368:f18c8a4f7125 6369:881009b034b3
25 25
26 ;; Lisp editing 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 ;; Note that this variable is used by non-lisp modes too.
30 (defvar defun-prompt-regexp nil 31 (defvar defun-prompt-regexp nil
31 "*Non-nil => regexp to ignore, before the `(' that starts a defun.") 32 "*Non-nil => regexp to ignore, before the character that starts a defun.
33 This is only necessary if the opening paren or brace is not in column 0.
34 See `beginning-of-defun'.")
32 35
33 (defvar parens-require-spaces t 36 (defvar parens-require-spaces t
34 "Non-nil => `insert-parentheses' should insert whitespace as needed.") 37 "Non-nil => `insert-parentheses' should insert whitespace as needed.")
35 38
36 (defun forward-sexp (&optional arg) 39 (defun forward-sexp (&optional arg)