Chromium Code Reviews| Index: docs/emacs.md |
| diff --git a/docs/emacs.md b/docs/emacs.md |
| index 4d4bf275d81008d4460b2b62a25f2ea50cb1ee5b..f20958741e033a027947f8a8e54a6dbc0afd8b13 100644 |
| --- a/docs/emacs.md |
| +++ b/docs/emacs.md |
| @@ -61,7 +61,7 @@ file: |
| ```el |
| ;; For dealing with WebKit long lines and word wrapping. |
| (defun c-mode-adaptive-indent (beg end) |
| - "Set the wrap-prefix for the the region between BEG and END with adaptive filling." |
| + "Set the wrap-prefix for the region between BEG and END with adaptive filling." |
| (goto-char beg) |
| (while |
| (let ((lbp (line-beginning-position)) |