aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-10 11:52:35 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-10 11:52:35 +0000
commitd20ffee1ade7a9edee43e71ce27dadb853337cd2 (patch)
treedcdc9e14fffc1384663cb32fb1bd3b006a0fde16
parent9bc3f266832ec50c30802f60e4af5ef88aeadc69 (diff)
Fix parens
-rw-r--r--lib/texi-docstring-magic.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/texi-docstring-magic.el b/lib/texi-docstring-magic.el
index 3be809f3..46d38abe 100644
--- a/lib/texi-docstring-magic.el
+++ b/lib/texi-docstring-magic.el
@@ -381,8 +381,8 @@ With prefix arg, no errors on unknown symbols. (This results in
(defun texi-docstring-magic-insert-magic (symbol)
(interactive
(let* ((v (or (variable-at-point)
- (and (fboundp 'function-at-point (function-at-point)))
- (and (fboundp 'function-called-at-point (function-called-at-point)))
+ (and (fboundp 'function-at-point) (function-at-point))
+ (and (fboundp 'function-called-at-point) (function-called-at-point))
(texi-docstring-magic-face-at-point)))
(val (let ((enable-recursive-minibuffers t))
(completing-read