(defun-prompt-regexp): Now a user variable.

This commit is contained in:
Richard M. Stallman 1994-02-17 21:06:52 +00:00
parent 489847162d
commit 5f65078a26

View file

@ -28,7 +28,7 @@
;;; Code:
(defvar defun-prompt-regexp nil
"Non-nil => regexp to ignore, before the `(' that starts a defun.")
"*Non-nil => regexp to ignore, before the `(' that starts a defun.")
(defvar parens-require-spaces t
"Non-nil => `insert-parentheses' should insert whitespace as needed.")