diff lisp/emacs-lisp/lisp.el @ 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 1f201e9b48ff
children 4fa3d631dae8
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.")