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

Side by Side Diff: docs/emacs.md

Issue 1510603002: Fix malformed markdown for a link in emacs.md documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Emacs 1 # Emacs
2 2
3 [TOC] 3 [TOC]
4 4
5 ## Debugging 5 ## Debugging
6 6
7 [Linux Debugging](linux_debugging.md) has some emacs-specific debugging tips. 7 [Linux Debugging](linux_debugging.md) has some emacs-specific debugging tips.
8 8
9 9
10 ## Blink Style (WebKit) 10 ## Blink Style (WebKit)
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 372
373 ## git tools 373 ## git tools
374 374
375 We're collecting Chrome-specific tools under `tools/emacs`. See the files there 375 We're collecting Chrome-specific tools under `tools/emacs`. See the files there
376 for details. 376 for details.
377 377
378 * `trybot.el`: import Windows trybot output into a `compilation-mode` buffer. 378 * `trybot.el`: import Windows trybot output into a `compilation-mode` buffer.
379 379
380 ## ERC for IRC 380 ## ERC for IRC
381 381
382 See [ErcIrc][erc_irc.md]. 382 See [ErcIrc](erc_irc.md).
383 383
384 ## TODO 384 ## TODO
385 385
386 * Figure out how to make `M-x compile` default to 386 * Figure out how to make `M-x compile` default to
387 `cd /path/to/chrome/root; make -r chrome`. 387 `cd /path/to/chrome/root; make -r chrome`.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698