From d5bfe0767bb16de433437b68529af1f312d2be70 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 7 Feb 1994 22:57:35 +0000 Subject: (insert-parentheses): Doc mod. --- lisp/emacs-lisp/lisp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/emacs-lisp/lisp.el') diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 12da5f2adb5..0d8b6436a4b 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -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)) -- cgit v1.2.3