]> git.eshelyaron.com Git - emacs.git/commitdiff
(defun-prompt-regexp): Now a user variable.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 21:06:52 +0000 (21:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 21:06:52 +0000 (21:06 +0000)
lisp/emacs-lisp/lisp.el

index 0d8b6436a4b74b96765375f8f8c1ef5b7dac6d48..741b3db525189e966e867d0e93a12042c8b62580 100644 (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.")