Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: docs/emacs.md

Issue 2551513002: Fix spelling mistakes in //docs. (Closed)
Patch Set: Undo beng->being Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/documentation_best_practices.md ('k') | docs/git_cookbook.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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))
« no previous file with comments | « docs/documentation_best_practices.md ('k') | docs/git_cookbook.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698