X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAppendices.pod;h=c2e7a56a9220169d729e46e0f102647c01e88271;hb=94d8da411a980c822af29da44d4cbf62a72c25c1;hp=349e433ec9d4d6ea1f31da2be441a9f7fdadc618;hpb=82ab4bbf7fc1c88e5c23821a9cc304c69d0aaf09;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/Appendices.pod b/lib/Catalyst/Manual/Tutorial/Appendices.pod index 349e433..c2e7a56 100644 --- a/lib/Catalyst/Manual/Tutorial/Appendices.pod +++ b/lib/Catalyst/Manual/Tutorial/Appendices.pod @@ -107,8 +107,8 @@ Removes four leading space from the current line through line 44 =head2 "Un-indenting" with Emacs -Although there author has not used emacs for many years (apologies to -the emacs fans out there), here is a quick hint to get you started. To +Although there author has not used Emacs for many years (apologies to +the Emacs fans out there), here is a quick hint to get you started. To replace the leading spaces of every line in a file, use: M-x replace-regexp @@ -121,7 +121,7 @@ four spaces after the "^" on the "Replace regexp:" line and no spaces entered on the last line. You can limit the replacement operation by selecting text first (depending -on your version of emacs, you can either use the mouse or experiment with +on your version of Emacs, you can either use the mouse or experiment with commands such as C to set the mark at the cursor location and C> and C> to set the mark at the beginning and end of the file respectively.