mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix typos
This commit is contained in:
parent
c116d9f74c
commit
ba485eb949
76 changed files with 168 additions and 173 deletions
|
|
@ -1456,7 +1456,7 @@ keyword on the line, the keyword is not inserted inside a literal, and
|
|||
|
||||
(defun c-align-cpp-indent-to-body ()
|
||||
"Align a \"#pragma\" line under the previous line.
|
||||
This function is intented for use as a member of `c-special-indent-hook'."
|
||||
This function is intended for use as a member of `c-special-indent-hook'."
|
||||
(when (assq 'cpp-macro c-syntactic-context)
|
||||
(when
|
||||
(save-excursion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue