Mercurial > emacs
changeset 6369:881009b034b3
(defun-prompt-regexp): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 15 Mar 1994 23:36:48 +0000 |
parents | f18c8a4f7125 |
children | 51a014b7c656 |
files | lisp/emacs-lisp/lisp.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp.el Tue Mar 15 23:01:25 1994 +0000 +++ b/lisp/emacs-lisp/lisp.el Tue Mar 15 23:36:48 1994 +0000 @@ -27,8 +27,11 @@ ;;; Code: +;; Note that this variable is used by non-lisp modes too. (defvar defun-prompt-regexp nil - "*Non-nil => regexp to ignore, before the `(' that starts a defun.") + "*Non-nil => regexp to ignore, before the character that starts a defun. +This is only necessary if the opening paren or brace is not in column 0. +See `beginning-of-defun'.") (defvar parens-require-spaces t "Non-nil => `insert-parentheses' should insert whitespace as needed.")