]> git.eshelyaron.com Git - emacs.git/commitdiff
(insert-parentheses): Doc mod.
authorKarl Heuer <kwzh@gnu.org>
Mon, 7 Feb 1994 22:57:35 +0000 (22:57 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 7 Feb 1994 22:57:35 +0000 (22:57 +0000)
lisp/emacs-lisp/lisp.el

index 12da5f2adb501bb9723fa9a0f635d7a85788f31c..0d8b6436a4b74b96765375f8f8c1ef5b7dac6d48 100644 (file)
@@ -199,8 +199,8 @@ The defun marked is the one that contains point or follows point."
 (defun insert-parentheses (arg)
   "Put parentheses around next ARG sexps.  Leave point after open-paren.
 No argument is equivalent to zero: just insert `()' and leave point between.
-This command also sometimes inserts a space before and after,
-depending on the surrounding characters."
+If `parens-require-spaces' is non-nil, this command also inserts a space
+before and after, depending on the surrounding characters."
   (interactive "P")
   (if arg (setq arg (prefix-numeric-value arg))
     (setq arg 0))