1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-22 21:50:45 -08:00

(c-indent-exp): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2006-11-30 15:42:04 +00:00
parent 8a3ee455f6
commit 1726419131

View file

@ -2782,7 +2782,7 @@ prefix argument is equivalent to -1.
(defun c-indent-exp (&optional shutup-p)
"Indent each line in the balanced expression following point syntactically.
If optional SHUTUP-P is non-nil, no errors are signalled if no
If optional SHUTUP-P is non-nil, no errors are signaled if no
balanced expression is found."
(interactive "*P")
(let ((here (point-marker))