1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(c-offsets-alist): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2007-01-29 16:17:05 +00:00
parent c006623074
commit 12f5c601bf

View file

@ -1168,7 +1168,7 @@ OFFSET can specify an offset in several different ways:
If OFFSET is a symbol with a value binding then that value, which
must be an integer, is used as relative offset.
If OFFSET is a vector then it's first element, which must be an
If OFFSET is a vector then its first element, which must be an
integer, is used as an absolute indentation column. This overrides
the previous base indentation and the relative offsets applied to
it, and it becomes the new base indentation.