changeset 5981:3faecbaa2d51

(defun-prompt-regexp): Now a user variable.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Feb 1994 21:06:52 +0000
parents a203b7c30300
children a9f7e018245b
files lisp/emacs-lisp/lisp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp.el	Thu Feb 17 20:05:33 1994 +0000
+++ b/lisp/emacs-lisp/lisp.el	Thu Feb 17 21:06:52 1994 +0000
@@ -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.")