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:
parent
8a3ee455f6
commit
1726419131
1 changed files with 11 additions and 11 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue